com.spire.doc
Enum FontCharSet

java.lang.Object
  extended by java.lang.Enum<FontCharSet>
      extended by com.spire.doc.FontCharSet
All Implemented Interfaces:
java.lang.Comparable<FontCharSet>

public enum FontCharSet
extends java.lang.Enum<FontCharSet>


Enum Constant Summary
ANSI_CHARSET
           
ARABIC_CHARSET
           
BALTIC_CHARSET
           
CHINESEBIG_5_CHARSET
           
DEFAULT_CHARSET
           
EASTEUROPE_CHARSET
           
GB_2312_CHARSET
           
GREEK_CHARSET
           
HANGEUL_CHARSET
           
HANGUL_CHARSET
           
HEBREW_CHARSET
           
JOHAB_CHARSET
           
MAC_CHARSET
           
OEM_CHARSET
           
RUSSIAN_CHARSET
           
SHIFTJIS_CHARSET
           
SYMBOL_CHARSET
           
THAI_CHARSET
           
TURKISH_CHARSET
           
VIETNAMESE_CHARSET
           
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

ANSI_CHARSET

public static final FontCharSet ANSI_CHARSET

DEFAULT_CHARSET

public static final FontCharSet DEFAULT_CHARSET

SYMBOL_CHARSET

public static final FontCharSet SYMBOL_CHARSET

SHIFTJIS_CHARSET

public static final FontCharSet SHIFTJIS_CHARSET

HANGEUL_CHARSET

public static final FontCharSet HANGEUL_CHARSET

HANGUL_CHARSET

public static final FontCharSet HANGUL_CHARSET

GB_2312_CHARSET

public static final FontCharSet GB_2312_CHARSET

CHINESEBIG_5_CHARSET

public static final FontCharSet CHINESEBIG_5_CHARSET

OEM_CHARSET

public static final FontCharSet OEM_CHARSET

JOHAB_CHARSET

public static final FontCharSet JOHAB_CHARSET

HEBREW_CHARSET

public static final FontCharSet HEBREW_CHARSET

ARABIC_CHARSET

public static final FontCharSet ARABIC_CHARSET

GREEK_CHARSET

public static final FontCharSet GREEK_CHARSET

TURKISH_CHARSET

public static final FontCharSet TURKISH_CHARSET

VIETNAMESE_CHARSET

public static final FontCharSet VIETNAMESE_CHARSET

THAI_CHARSET

public static final FontCharSet THAI_CHARSET

EASTEUROPE_CHARSET

public static final FontCharSet EASTEUROPE_CHARSET

RUSSIAN_CHARSET

public static final FontCharSet RUSSIAN_CHARSET

MAC_CHARSET

public static final FontCharSet MAC_CHARSET

BALTIC_CHARSET

public static final FontCharSet BALTIC_CHARSET
Method Detail

getValue

public int getValue()