Uses of Enum Class
org.apache.poi.common.usermodel.fonts.FontPitch
Packages that use FontPitch
Package
Description
-
Uses of FontPitch in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontPitchModifier and TypeMethodDescriptionFontInfo.getPitch()
static FontPitch
FontPitch.valueOf
(int flag) Returns the enum constant of this class with the specified name.static FontPitch
Returns the enum constant of this class 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 class, in the order they are declared.Methods in org.apache.poi.common.usermodel.fonts with parameters of type FontPitchModifier and TypeMethodDescriptionstatic byte
FontPitch.getNativeId
(FontPitch pitch, FontFamily family) Combine pitch and family to native idvoid
Set the font pitch -
Uses of FontPitch in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return FontPitchMethods in org.apache.poi.hslf.usermodel with parameters of type FontPitch -
Uses of FontPitch in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return FontPitchMethods in org.apache.poi.hwmf.record with parameters of type FontPitch