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_CHARSET
Specifies the English character set.
|
static byte |
ARABIC_CHARSET
Specifies the Arabic character set
|
static byte |
BALTIC_CHARSET
Specifies the Baltic (Northeastern European) character set
|
static byte |
CHINESEBIG5_CHARSET
Specifies the "traditional" Chinese character set, used mostly in
Taiwan and in the Hong Kong and Macao Special Administrative Regions.
|
static byte |
DEFAULT_CHARSET
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_CHARSET
Specifies a Eastern European character set.
|
static byte |
GB2312_CHARSET
Specifies the "simplified" Chinese character set for People's Republic of China.
|
static byte |
GREEK_CHARSET
Specifies the Greek character set.
|
static byte |
HANGUL_CHARSET
Also spelled "Hangeul".
|
static byte |
HEBREW_CHARSET
Specifies the Vietnamese character set.
|
static byte |
JOHAB_CHARSET
Also spelled "Johap".
|
static byte |
MAC_CHARSET
Specifies the Apple Macintosh character set.
|
static byte |
OEM_CHARSET
Specifies a mapping to one of the OEM code pages, according to the current
system locale setting.
|
static byte |
RUSSIAN_CHARSET
Specifies the Russian Cyrillic character set.
|
static byte |
SHIFTJIS_CHARSET
Specifies the Japanese character set.
|
static byte |
SYMBOL_CHARSET
Specifies a character set of symbols.
|
static byte |
THAI_CHARSET
Specifies the Thai character set.
|
static byte |
TURKISH_CHARSET
Specifies the Turkish character set.
|
static byte |
VIETNAMESE_CHARSET
Specifies the Vietnamese character set.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final byte ANSI_CHARSET
Specifies the English character set.
public static final byte DEFAULT_CHARSET
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_CHARSET
Specifies a character set of symbols.
public static final byte MAC_CHARSET
Specifies the Apple Macintosh character set.
public static final byte SHIFTJIS_CHARSET
Specifies the Japanese character set.
public static final byte HANGUL_CHARSET
Also spelled "Hangeul". Specifies the Hangul Korean character set.
public static final byte JOHAB_CHARSET
Also spelled "Johap". Specifies the Johab Korean character set.
public static final byte GB2312_CHARSET
Specifies the "simplified" Chinese character set for People's Republic of China.
public static final byte CHINESEBIG5_CHARSET
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_CHARSET
Specifies the Greek character set.
public static final byte TURKISH_CHARSET
Specifies the Turkish character set.
public static final byte VIETNAMESE_CHARSET
Specifies the Vietnamese character set.
public static final byte HEBREW_CHARSET
Specifies the Vietnamese character set.
public static final byte ARABIC_CHARSET
Specifies the Arabic character set
public static final byte BALTIC_CHARSET
Specifies the Baltic (Northeastern European) character set
public static final byte RUSSIAN_CHARSET
Specifies the Russian Cyrillic character set.
public static final byte THAI_CHARSET
Specifies the Thai character set.
public static final byte EASTEUROPE_CHARSET
Specifies a Eastern European character set.
public static final byte OEM_CHARSET
Specifies a mapping to one of the OEM code pages, according to the current system locale setting.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.