Package | Description |
---|---|
org.apache.poi.common.usermodel.fonts | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
FontCharset |
FontInfo.getCharset() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FontInfo.setCharset(FontCharset charset)
Sets the charset
|
Modifier and Type | Method and Description |
---|---|
FontCharset |
HSLFFontInfoPredefined.getCharset() |
FontCharset |
HSLFFontInfo.getCharset() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFFontInfoPredefined.setCharset(FontCharset charset) |
void |
HSLFFontInfo.setCharset(FontCharset charset) |
Modifier and Type | Method and Description |
---|---|
FontCharset |
HwmfFont.getCharset() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfFont.setCharset(FontCharset charset) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.