| Package | Description |
|---|---|
| org.apache.poi.common.usermodel.fonts | |
| org.apache.poi.hslf.usermodel | |
| org.apache.poi.hwmf.record | |
| org.apache.poi.xslf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
default FontPitch |
FontInfo.getPitch() |
FontPitch |
FontHeader.getPitch() |
static FontPitch |
FontPitch.valueOf(int flag) |
static FontPitch |
FontPitch.valueOf(java.lang.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
|
| Modifier and Type | Method and Description |
|---|---|
FontPitch |
HSLFFontInfoPredefined.getPitch() |
FontPitch |
HSLFFontInfo.getPitch() |
| Modifier and Type | Method and Description |
|---|---|
void |
HSLFFontInfo.setPitch(FontPitch pitch) |
| Modifier and Type | Field and Description |
|---|---|
protected FontPitch |
HwmfFont.pitch
A property of a font that describes the pitch (MSB 2 bits)
|
| Modifier and Type | Method and Description |
|---|---|
FontPitch |
HwmfFont.getPitch() |
| Modifier and Type | Method and Description |
|---|---|
FontPitch |
XSLFFontInfo.getPitch() |
| Modifier and Type | Method and Description |
|---|---|
void |
XSLFFontInfo.setPitch(FontPitch pitch) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.