Uses of Class
org.apache.poi.common.usermodel.fonts.FontPitch
-
Packages that use FontPitch Package Description org.apache.poi.common.usermodel.fonts -
-
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
FontHeader. getPitch()
default FontPitch
FontInfo. getPitch()
static FontPitch
FontPitch. valueOf(int flag)
Returns the enum constant of this type with the specified name.static FontPitch
FontPitch. valueOf(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 iddefault void
FontInfo. setPitch(FontPitch pitch)
Set the font pitch
-