| Package | Description |
|---|---|
| org.apache.poi.common.usermodel.fonts |
| Modifier and Type | Method and Description |
|---|---|
default FontCharset |
FontInfo.getCharset() |
FontCharset |
FontHeader.getCharset() |
static FontCharset |
FontCharset.valueOf(int value) |
static FontCharset |
FontCharset.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
FontInfo.setCharset(FontCharset charset)
Sets the charset
|