Uses of Class
org.apache.poi.common.usermodel.fonts.FontPitch
-
Packages that use FontPitch Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hslf.usermodel org.apache.poi.hwmf.record -
-
Uses of FontPitch in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontPitch Modifier and Type Method Description FontPitch
FontInfo. getPitch()
static FontPitch
FontPitch. valueOf(int flag)
Returns the enum constant of this type with the specified name.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 idstatic FontPitch[]
FontPitch. 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 FontPitch Modifier and Type Method Description static byte
FontPitch. getNativeId(FontPitch pitch, FontFamily family)
Combine pitch and family to native idvoid
FontInfo. setPitch(FontPitch pitch)
Set the font pitch -
Uses of FontPitch in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return FontPitch Modifier and Type Method Description FontPitch
HSLFFontInfo. getPitch()
FontPitch
HSLFFontInfoPredefined. getPitch()
Methods in org.apache.poi.hslf.usermodel with parameters of type FontPitch Modifier and Type Method Description void
HSLFFontInfo. setPitch(FontPitch pitch)
void
HSLFFontInfoPredefined. setPitch(FontPitch pitch)
-
Uses of FontPitch in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return FontPitch Modifier and Type Method Description FontPitch
HwmfFont. getPitch()
Methods in org.apache.poi.hwmf.record with parameters of type FontPitch Modifier and Type Method Description void
HwmfFont. setPitch(FontPitch pitch)
-