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 FontPitchFontInfo. getPitch()static FontPitchFontPitch. valueOf(int flag)Returns the enum constant of this type with the specified name.static FontPitchFontPitch. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FontPitchFontPitch. 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 byteFontPitch. getNativeId(FontPitch pitch, FontFamily family)Combine pitch and family to native idvoidFontInfo. 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 FontPitchHSLFFontInfo. getPitch()FontPitchHSLFFontInfoPredefined. getPitch()Methods in org.apache.poi.hslf.usermodel with parameters of type FontPitch Modifier and Type Method Description voidHSLFFontInfo. setPitch(FontPitch pitch)voidHSLFFontInfoPredefined. 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 FontPitchHwmfFont. getPitch()Methods in org.apache.poi.hwmf.record with parameters of type FontPitch Modifier and Type Method Description voidHwmfFont. setPitch(FontPitch pitch)
-