|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FontCharset>
net.sf.jett.model.FontCharset
public enum FontCharset
Charsets represent the built-in type charset names that
correspond with Excel's charset scheme. These are used in conjunction with
the charset property in the style tag.
StyleTag,
StyleParser.PROPERTY_FONT_CHARSET| Enum Constant Summary | |
|---|---|
ANSI
|
|
ARABIC
|
|
BALTIC
|
|
CHINESEBIG5
|
|
DEFAULT
|
|
EASTEUROPE
|
|
GB2312
|
|
GREEK
|
|
HANGEUL
|
|
HEBREW
|
|
JOHAB
|
|
MAC
|
|
OEM
|
|
RUSSIAN
|
|
SHIFTJIS
|
|
SYMBOL
|
|
THAI
|
|
TURKISH
|
|
VIETNAMESE
|
|
| Method Summary | |
|---|---|
int |
getIndex()
Returns the index. |
java.lang.String |
toString()
Returns the name, in all lowercase, no underscores or spaces. |
static FontCharset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FontCharset[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FontCharset ANSI
public static final FontCharset DEFAULT
public static final FontCharset SYMBOL
public static final FontCharset MAC
public static final FontCharset SHIFTJIS
public static final FontCharset HANGEUL
public static final FontCharset JOHAB
public static final FontCharset GB2312
public static final FontCharset CHINESEBIG5
public static final FontCharset GREEK
public static final FontCharset TURKISH
public static final FontCharset VIETNAMESE
public static final FontCharset HEBREW
public static final FontCharset ARABIC
public static final FontCharset BALTIC
public static final FontCharset RUSSIAN
public static final FontCharset THAI
public static final FontCharset EASTEUROPE
public static final FontCharset OEM
| Method Detail |
|---|
public static final FontCharset[] values()
for(FontCharset c : FontCharset.values())
System.out.println(c);
public static FontCharset 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 namepublic int getIndex()
public java.lang.String toString()
toString in class java.lang.Enum<FontCharset>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||