Modifier and Type | Method and Description |
---|---|
default FontCharset |
FontInfo.getCharset() |
FontCharset |
FontHeader.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) |
Modifier and Type | Method and Description |
---|---|
void |
XSSFFont.setCharSet(FontCharset charSet)
set character-set to use.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.