Package | Description |
---|---|
org.apache.poi.common.usermodel.fonts | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hwmf.record | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
FontCharset |
FontHeader.getCharset() |
default 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 |
---|---|
default void |
FontInfo.setCharset(FontCharset charset)
Sets the charset
|
Modifier and Type | Method and Description |
---|---|
HSLFFontInfo |
FontCollection.getFontInfo(java.lang.String typeface,
FontCharset charset)
Lookup a FontInfo object by its typeface
|
Modifier and Type | Method and Description |
---|---|
FontCharset |
HSLFFontInfoPredefined.getCharset() |
FontCharset |
HSLFFontInfo.getCharset() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFFontInfo.setCharset(FontCharset charset) |
Modifier and Type | Field and Description |
---|---|
protected FontCharset |
HwmfFont.charSet
An 8-bit unsigned integer that defines the character set.
|
Modifier and Type | Method and Description |
---|---|
FontCharset |
HwmfFont.getCharset() |
Modifier and Type | Method and Description |
---|---|
FontCharset |
XSLFFontInfo.getCharset() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFFontInfo.setCharset(FontCharset charset) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.