public static enum Font.WindowsEncodingId extends java.lang.Enum<Font.WindowsEncodingId>
Enum Constant and Description |
---|
Big5 |
Johab |
PRC |
ShiftJIS |
Symbol |
UnicodeUCS2 |
UnicodeUCS4 |
Unknown |
Wansung |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(int value) |
int |
value() |
static Font.WindowsEncodingId |
valueOf(int value) |
static Font.WindowsEncodingId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Font.WindowsEncodingId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Font.WindowsEncodingId Unknown
public static final Font.WindowsEncodingId Symbol
public static final Font.WindowsEncodingId UnicodeUCS2
public static final Font.WindowsEncodingId ShiftJIS
public static final Font.WindowsEncodingId PRC
public static final Font.WindowsEncodingId Big5
public static final Font.WindowsEncodingId Wansung
public static final Font.WindowsEncodingId Johab
public static final Font.WindowsEncodingId UnicodeUCS4
public static Font.WindowsEncodingId[] values()
for (Font.WindowsEncodingId c : Font.WindowsEncodingId.values()) System.out.println(c);
public static Font.WindowsEncodingId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public boolean equals(int value)
public static Font.WindowsEncodingId valueOf(int value)