com.aspose.slides
Interface FontCharSet


public interface FontCharSet

Constants which define font and text charsets.


Field Summary
static int ANSI_CHARSET
           
static int ARABIC_CHARSET
           
static int BALTIC_CHARSET
           
static int CHINESEBIG5_CHARSET
           
static int DEFAULT_CHARSET
           
static int EASTEUROPE_CHARSET
           
static int GB2312_CHARSET
           
static int GREEK_CHARSET
           
static int HANGEUL_CHARSET
           
static int HANGUL_CHARSET
           
static int HEBREW_CHARSET
           
static int JOHAB_CHARSET
           
static int MAC_CHARSET
           
static int OEM_CHARSET
           
static int RUSSIAN_CHARSET
           
static int SHIFTJIS_CHARSET
           
static int SYMBOL_CHARSET
           
static int THAI_CHARSET
           
static int TURKISH_CHARSET
           
static int VIETNAMESE_CHARSET
           
 

Field Detail

ANSI_CHARSET

static final int ANSI_CHARSET
See Also:
Constant Field Values

DEFAULT_CHARSET

static final int DEFAULT_CHARSET
See Also:
Constant Field Values

SYMBOL_CHARSET

static final int SYMBOL_CHARSET
See Also:
Constant Field Values

MAC_CHARSET

static final int MAC_CHARSET
See Also:
Constant Field Values

SHIFTJIS_CHARSET

static final int SHIFTJIS_CHARSET
See Also:
Constant Field Values

HANGEUL_CHARSET

static final int HANGEUL_CHARSET
See Also:
Constant Field Values

HANGUL_CHARSET

static final int HANGUL_CHARSET
See Also:
Constant Field Values

JOHAB_CHARSET

static final int JOHAB_CHARSET
See Also:
Constant Field Values

GB2312_CHARSET

static final int GB2312_CHARSET
See Also:
Constant Field Values

CHINESEBIG5_CHARSET

static final int CHINESEBIG5_CHARSET
See Also:
Constant Field Values

GREEK_CHARSET

static final int GREEK_CHARSET
See Also:
Constant Field Values

TURKISH_CHARSET

static final int TURKISH_CHARSET
See Also:
Constant Field Values

VIETNAMESE_CHARSET

static final int VIETNAMESE_CHARSET
See Also:
Constant Field Values

HEBREW_CHARSET

static final int HEBREW_CHARSET
See Also:
Constant Field Values

ARABIC_CHARSET

static final int ARABIC_CHARSET
See Also:
Constant Field Values

BALTIC_CHARSET

static final int BALTIC_CHARSET
See Also:
Constant Field Values

RUSSIAN_CHARSET

static final int RUSSIAN_CHARSET
See Also:
Constant Field Values

THAI_CHARSET

static final int THAI_CHARSET
See Also:
Constant Field Values

EASTEUROPE_CHARSET

static final int EASTEUROPE_CHARSET
See Also:
Constant Field Values

OEM_CHARSET

static final int OEM_CHARSET
See Also:
Constant Field Values