| Package | Description |
|---|---|
| org.apache.poi.common.usermodel.fonts |
| Modifier and Type | Method and Description |
|---|---|
default FontPitch |
FontInfo.getPitch() |
FontPitch |
FontHeader.getPitch() |
static FontPitch |
FontPitch.valueOf(int flag) |
static FontPitch |
FontPitch.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontPitch |
FontPitch.valueOfPitchFamily(byte pitchAndFamily)
Get FontPitch from native id
|
static FontPitch[] |
FontPitch.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.setPitch(FontPitch pitch)
Set the font pitch
|