java.lang.Object
com.aspose.cells.DefaultEditLanguage
public class DefaultEditLanguage
| Field Summary | ||
|---|---|---|
static final int | AUTO | |
| Represents auto detecting edit language according to the text itself. | ||
static final int | ENGLISH | |
| Represents English language. | ||
static final int | CJK | |
| Represents Chinese, Japanese, Korean language. | ||
| Field Detail |
|---|
AUTO | |
public static final int AUTO | |
ENGLISH | |
public static final int ENGLISH | |
CJK | |
public static final int CJK | |