public final class WmfCharacterSet
extends com.aspose.ms.System.Enum
The CharacterSet Enumeration defines the possible sets of character glyphs that are defined in fonts for graphics output.
Modifier and Type | Field and Description |
---|---|
static byte |
Ansi
Specifies the English character set.
|
static byte |
Arabic
Specifies the Arabic character set
|
static byte |
Baltic
Specifies the Baltic (Northeastern European) character set
|
static byte |
Chinesebig5
Specifies the "traditional" Chinese character set, used mostly in
Taiwan and in the Hong Kong and Macao Special Administrative Regions.
|
static byte |
Default
Specifies a character set based on the current system locale; for
example, when the system locale is United States English, the default character set is
ANSI_CHARSET.
|
static byte |
Easteurope
Specifies a Eastern European character set.
|
static byte |
Gb2312
Specifies the "simplified" Chinese character set for People's Republic of China.
|
static byte |
Greek
Specifies the Greek character set.
|
static byte |
Hangul
Also spelled "Hangeul".
|
static byte |
Hebrew
Specifies the Vietnamese character set.
|
static byte |
Johab
Also spelled "Johap".
|
static byte |
Mac
Specifies the Apple Macintosh character set.
|
static byte |
Oem
Specifies a mapping to one of the OEM code pages, according to the current
system locale setting.
|
static byte |
Russian
Specifies the Russian Cyrillic character set.
|
static byte |
Shiftjis
Specifies the Japanese character set.
|
static byte |
Symbol
Specifies a character set of symbols.
|
static byte |
Thai
Specifies the Thai character set.
|
static byte |
Turkish
Specifies the Turkish character set.
|
static byte |
Vietnamese
Specifies the Vietnamese character set.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte Ansi
Specifies the English character set.
public static final byte Default
Specifies a character set based on the current system locale; for example, when the system locale is United States English, the default character set is ANSI_CHARSET.
public static final byte Symbol
Specifies a character set of symbols.
public static final byte Mac
Specifies the Apple Macintosh character set.
public static final byte Shiftjis
Specifies the Japanese character set.
public static final byte Hangul
Also spelled "Hangeul". Specifies the Hangul Korean character set.
public static final byte Johab
Also spelled "Johap". Specifies the Johab Korean character set.
public static final byte Gb2312
Specifies the "simplified" Chinese character set for People's Republic of China.
public static final byte Chinesebig5
Specifies the "traditional" Chinese character set, used mostly in Taiwan and in the Hong Kong and Macao Special Administrative Regions.
public static final byte Greek
Specifies the Greek character set.
public static final byte Turkish
Specifies the Turkish character set.
public static final byte Vietnamese
Specifies the Vietnamese character set.
public static final byte Hebrew
Specifies the Vietnamese character set.
public static final byte Arabic
Specifies the Arabic character set
public static final byte Baltic
Specifies the Baltic (Northeastern European) character set
public static final byte Russian
Specifies the Russian Cyrillic character set.
public static final byte Thai
Specifies the Thai character set.
public static final byte Easteurope
Specifies a Eastern European character set.
public static final byte Oem
Specifies a mapping to one of the OEM code pages, according to the current system locale setting.