org.apache.poi.ss.usermodel
Class FontCharset
java.lang.Object
org.apache.poi.ss.usermodel.FontCharset
public class FontCharset
- extends java.lang.Object
Charset represents the basic set of characters associated with a font (that it can display), and
corresponds to the ANSI codepage (8-bit or DBCS) of that character set used by a given language.
- Author:
- Gisella Bronzetti
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANSI
public static final FontCharset ANSI
DEFAULT
public static final FontCharset DEFAULT
SYMBOL
public static final FontCharset SYMBOL
MAC
public static final FontCharset MAC
SHIFTJIS
public static final FontCharset SHIFTJIS
HANGEUL
public static final FontCharset HANGEUL
JOHAB
public static final FontCharset JOHAB
GB2312
public static final FontCharset GB2312
CHINESEBIG5
public static final FontCharset CHINESEBIG5
GREEK
public static final FontCharset GREEK
TURKISH
public static final FontCharset TURKISH
VIETNAMESE
public static final FontCharset VIETNAMESE
HEBREW
public static final FontCharset HEBREW
ARABIC
public static final FontCharset ARABIC
BALTIC
public static final FontCharset BALTIC
RUSSIAN
public static final FontCharset RUSSIAN
THAI
public static final FontCharset THAI
EASTEUROPE
public static final FontCharset EASTEUROPE
OEM
public static final FontCharset OEM
getValue
public int getValue()
- Returns value of this charset
- Returns:
- value of this charset
valueOf
public static FontCharset valueOf(int value)