com.aspose.imaging
Class CharacterSet

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.CharacterSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class CharacterSet
extends java.lang.Enum

Represents the character set used.

See Also:
Serialized Form

Field Summary
static int Ansi
           1252 Latin 1, 1250 Latin 2, 1256 Arabic character sets
static int Arabic
           1256 Arabic character set.
static int Baltic
           1257 Baltic Rim character set.
static int ChineseBig5
           DBCS, 950 Traditional Chinese character set.
static int Default
           The default character set.
static int Easteurope
           1250 Latin 2, Central Europe character set.
static int Gb2312
           DBCS, 936 Simplified Chinese character set.
static int Greek
           1253 Greek character set.
static int Hangeul
           DBCS, 949 Korean character set.
static int Hangul
           DBCS, 949 Korean character set.
static int Hebrew
           1255 Hebrew character set.
static int Johab
           DBCS, 1361 Korean character set.
static int Mac
           10000 Mac Roman, 10029 Mac Central Europe, 10007 Mac Cyrillic character sets.
static int Oem
           437 MS-DOS Latin 1, 852 MS-DOS Latin 2, 864 MS-DOS Arabic character sets.
static int Russian
           1251 Cyrillic (Slavic) character set.
static int Shiftjis
           DBCS, 932 Japanese character set.
static int Symbol
           The symbol character set
static int Thai
           874 Thai character set.
static int Turkish
           1254 Turkish character set.
static int Vietnamese
           1258 Vietnamese character set.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Ansi

public static final int Ansi

1252 Latin 1, 1250 Latin 2, 1256 Arabic character sets

See Also:
Constant Field Values

Arabic

public static final int Arabic

1256 Arabic character set.

See Also:
Constant Field Values

Baltic

public static final int Baltic

1257 Baltic Rim character set.

See Also:
Constant Field Values

ChineseBig5

public static final int ChineseBig5

DBCS, 950 Traditional Chinese character set.

See Also:
Constant Field Values

Default

public static final int Default

The default character set.

See Also:
Constant Field Values

Easteurope

public static final int Easteurope

1250 Latin 2, Central Europe character set.

See Also:
Constant Field Values

Gb2312

public static final int Gb2312

DBCS, 936 Simplified Chinese character set.

See Also:
Constant Field Values

Greek

public static final int Greek

1253 Greek character set.

See Also:
Constant Field Values

Hangeul

public static final int Hangeul

DBCS, 949 Korean character set.

See Also:
Constant Field Values

Hangul

public static final int Hangul

DBCS, 949 Korean character set.

See Also:
Constant Field Values

Hebrew

public static final int Hebrew

1255 Hebrew character set.

See Also:
Constant Field Values

Johab

public static final int Johab

DBCS, 1361 Korean character set.

See Also:
Constant Field Values

Mac

public static final int Mac

10000 Mac Roman, 10029 Mac Central Europe, 10007 Mac Cyrillic character sets.

See Also:
Constant Field Values

Oem

public static final int Oem

437 MS-DOS Latin 1, 852 MS-DOS Latin 2, 864 MS-DOS Arabic character sets.

See Also:
Constant Field Values

Russian

public static final int Russian

1251 Cyrillic (Slavic) character set.

See Also:
Constant Field Values

Shiftjis

public static final int Shiftjis

DBCS, 932 Japanese character set.

See Also:
Constant Field Values

Symbol

public static final int Symbol

The symbol character set

See Also:
Constant Field Values

Thai

public static final int Thai

874 Thai character set.

See Also:
Constant Field Values

Turkish

public static final int Turkish

1254 Turkish character set.

See Also:
Constant Field Values

Vietnamese

public static final int Vietnamese

1258 Vietnamese character set.

See Also:
Constant Field Values