|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontFamily | |
---|---|
org.apache.poi.common.usermodel.fonts | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hwmf.record |
Uses of FontFamily in org.apache.poi.common.usermodel.fonts |
---|
Methods in org.apache.poi.common.usermodel.fonts that return FontFamily | |
---|---|
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. |
Methods in org.apache.poi.common.usermodel.fonts with parameters of type FontFamily | |
---|---|
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 |
Uses of FontFamily in org.apache.poi.hslf.usermodel |
---|
Methods in org.apache.poi.hslf.usermodel that return FontFamily | |
---|---|
FontFamily |
HSLFFontInfoPredefined.getFamily()
|
FontFamily |
HSLFFontInfo.getFamily()
|
Methods in org.apache.poi.hslf.usermodel with parameters of type FontFamily | |
---|---|
void |
HSLFFontInfoPredefined.setFamily(FontFamily family)
|
void |
HSLFFontInfo.setFamily(FontFamily family)
|
Uses of FontFamily in org.apache.poi.hwmf.record |
---|
Methods in org.apache.poi.hwmf.record that return FontFamily | |
---|---|
FontFamily |
HwmfFont.getFamily()
|
Methods in org.apache.poi.hwmf.record with parameters of type FontFamily | |
---|---|
void |
HwmfFont.setFamily(FontFamily family)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |