java.lang.Object
com.aspose.diagram.LocalizeFontValue
public class LocalizeFontValue
| Field Summary | ||
|---|---|---|
static final int | LOCALIZE_FONT_ONLY_ARIAL_SYMBOL | |
| Localize the font only if it is Arial or Symbol (the default). | ||
static final int | ALWAYS_LOCALIZE_FONT | |
| Always localize the font. | ||
static final int | NEVER_LOCALIZE_FONT | |
| Never localize the font. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
LOCALIZE_FONT_ONLY_ARIAL_SYMBOL | |
public static final int LOCALIZE_FONT_ONLY_ARIAL_SYMBOL | |
ALWAYS_LOCALIZE_FONT | |
public static final int ALWAYS_LOCALIZE_FONT | |
NEVER_LOCALIZE_FONT | |
public static final int NEVER_LOCALIZE_FONT | |
UNDEFINED | |
public static final int UNDEFINED | |