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 FontFamily |
FontInfo.getFamily() |
FontFamily |
FontHeader.getFamily() |
static FontFamily |
FontFamily.valueOf(int nativeId) |
static FontFamily |
FontFamily.valueOf(java.lang.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
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
HSLFFontInfoPredefined.getFamily() |
FontFamily |
HSLFFontInfo.getFamily() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFFontInfo.setFamily(FontFamily family) |
Modifier and Type | Field and Description |
---|---|
protected FontFamily |
HwmfFont.family
Font families specify the look of fonts in a general way and are
intended for specifying fonts when the exact typeface wanted is not available.
|
Modifier and Type | Method and Description |
---|---|
FontFamily |
HwmfFont.getFamily() |
Modifier and Type | Method and Description |
---|---|
FontFamily |
XSLFFontInfo.getFamily() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFFontInfo.setFamily(FontFamily family) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.