com.aspose.slides
Class FontCharSet

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.FontCharSet

public final class FontCharSet
extends com.aspose.ms.System.Enum

Represents the character set.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
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
          
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANSI_CHARSET

public static final int ANSI_CHARSET

See Also:
Constant Field Values

DEFAULT_CHARSET

public static final int DEFAULT_CHARSET

See Also:
Constant Field Values

SYMBOL_CHARSET

public static final int SYMBOL_CHARSET

See Also:
Constant Field Values

MAC_CHARSET

public static final int MAC_CHARSET

See Also:
Constant Field Values

SHIFTJIS_CHARSET

public static final int SHIFTJIS_CHARSET

See Also:
Constant Field Values

HANGEUL_CHARSET

public static final int HANGEUL_CHARSET

See Also:
Constant Field Values

HANGUL_CHARSET

public static final int HANGUL_CHARSET

See Also:
Constant Field Values

JOHAB_CHARSET

public static final int JOHAB_CHARSET

See Also:
Constant Field Values

GB2312_CHARSET

public static final int GB2312_CHARSET

See Also:
Constant Field Values

CHINESEBIG5_CHARSET

public static final int CHINESEBIG5_CHARSET

See Also:
Constant Field Values

GREEK_CHARSET

public static final int GREEK_CHARSET

See Also:
Constant Field Values

TURKISH_CHARSET

public static final int TURKISH_CHARSET

See Also:
Constant Field Values

VIETNAMESE_CHARSET

public static final int VIETNAMESE_CHARSET

See Also:
Constant Field Values

HEBREW_CHARSET

public static final int HEBREW_CHARSET

See Also:
Constant Field Values

ARABIC_CHARSET

public static final int ARABIC_CHARSET

See Also:
Constant Field Values

BALTIC_CHARSET

public static final int BALTIC_CHARSET

See Also:
Constant Field Values

RUSSIAN_CHARSET

public static final int RUSSIAN_CHARSET

See Also:
Constant Field Values

THAI_CHARSET

public static final int THAI_CHARSET

See Also:
Constant Field Values

EASTEUROPE_CHARSET

public static final int EASTEUROPE_CHARSET

See Also:
Constant Field Values

OEM_CHARSET

public static final int OEM_CHARSET

See Also:
Constant Field Values