|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontCharset | |
---|---|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of FontCharset in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return FontCharset | |
---|---|
static FontCharset |
FontCharset.valueOf(int value)
|
static FontCharset |
FontCharset.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FontCharset[] |
FontCharset.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of FontCharset in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel with parameters of type FontCharset | |
---|---|
void |
XSSFFont.setCharSet(FontCharset charSet)
set character-set to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |