Package | Description |
---|---|
org.apache.poi.common.usermodel.fonts | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
FontFamily |
FontInfo.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
|
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 |
HSLFFontInfoPredefined.setFamily(FontFamily family) |
void |
HSLFFontInfo.setFamily(FontFamily family) |
Modifier and Type | Method and Description |
---|---|
FontFamily |
HwmfFont.getFamily() |
Modifier and Type | Method and Description |
---|---|
void |
HwmfFont.setFamily(FontFamily family) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.