public static enum RtfHeaderFont.CharSet extends Enum<RtfHeaderFont.CharSet>
| Enum Constant and Description |
|---|
ANSI
ANSI.
|
ARABICSIMPLIFIED
Arabic.
|
ARABICTRADITIONAL
Arabic Traditional.
|
ARABICUSER
Arabic user.
|
BALTIC
Baltic.
|
CYRILLIC
Russian.
|
DEFAULT
Default.
|
EASTERNEUROPE
Eastern European.
|
GREEK
Greek.
|
HANGUL
Hangul.
|
HEBREW
Hebrew.
|
HEBREWUSER
Hebrew user.
|
JOHAB
Johab.
|
MAC
Mac.
|
OEM
OEM.
|
PC437
PC 437.
|
SHIFTJIS
Shift Jis.
|
SYMBOL
Symbol.
|
THAI
Thai.
|
TURKISH
Turkish.
|
VIETNAMESE
Vietnamese.
|
| Modifier and Type | Method and Description |
|---|---|
static RtfHeaderFont.CharSet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RtfHeaderFont.CharSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RtfHeaderFont.CharSet ANSI
public static final RtfHeaderFont.CharSet DEFAULT
public static final RtfHeaderFont.CharSet SYMBOL
public static final RtfHeaderFont.CharSet MAC
public static final RtfHeaderFont.CharSet SHIFTJIS
public static final RtfHeaderFont.CharSet HANGUL
public static final RtfHeaderFont.CharSet JOHAB
public static final RtfHeaderFont.CharSet GREEK
public static final RtfHeaderFont.CharSet TURKISH
public static final RtfHeaderFont.CharSet VIETNAMESE
public static final RtfHeaderFont.CharSet HEBREW
public static final RtfHeaderFont.CharSet ARABICSIMPLIFIED
public static final RtfHeaderFont.CharSet ARABICTRADITIONAL
public static final RtfHeaderFont.CharSet ARABICUSER
public static final RtfHeaderFont.CharSet HEBREWUSER
public static final RtfHeaderFont.CharSet BALTIC
public static final RtfHeaderFont.CharSet CYRILLIC
public static final RtfHeaderFont.CharSet THAI
public static final RtfHeaderFont.CharSet EASTERNEUROPE
public static final RtfHeaderFont.CharSet PC437
public static final RtfHeaderFont.CharSet OEM
public static RtfHeaderFont.CharSet[] values()
for (RtfHeaderFont.CharSet c : RtfHeaderFont.CharSet.values()) System.out.println(c);
public static RtfHeaderFont.CharSet valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2015 Tutego. All rights reserved.