| Package | Description |
|---|---|
| org.apache.poi.common.usermodel.fonts |
| Modifier and Type | Method and Description |
|---|---|
default FontFamily |
FontInfo.getFamily() |
FontFamily |
FontHeader.getFamily() |
static FontFamily |
FontFamily.valueOf(int nativeId) |
static FontFamily |
FontFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontFamily |
FontFamily.valueOfPitchFamily(byte pitchAndFamily)
Get FontFamily from combined native id
|
static FontFamily[] |
FontFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte |
FontPitch.getNativeId(FontPitch pitch,
FontFamily family)
Combine pitch and family to native id
|
default void |
FontInfo.setFamily(FontFamily family)
Sets the font family class
|