Uses of Enum Class
org.apache.poi.common.usermodel.fonts.FontFamily
Packages that use FontFamily
Package
Description
-
Uses of FontFamily in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontFamilyModifier and TypeMethodDescriptionFontInfo.getFamily()
static FontFamily
FontFamily.valueOf
(int nativeId) Returns the enum constant of this class with the specified name.static FontFamily
Returns the enum constant of this class with the specified name.static FontFamily
FontFamily.valueOfPitchFamily
(byte pitchAndFamily) Get FontFamily from combined native idstatic FontFamily[]
FontFamily.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 FontFamilyModifier and TypeMethodDescriptionstatic byte
FontPitch.getNativeId
(FontPitch pitch, FontFamily family) Combine pitch and family to native idvoid
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 FontFamilyMethods in org.apache.poi.hslf.usermodel with parameters of type FontFamilyModifier and TypeMethodDescriptionvoid
HSLFFontInfo.setFamily
(FontFamily family) void
HSLFFontInfoPredefined.setFamily
(FontFamily family) -
Uses of FontFamily in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return FontFamilyMethods in org.apache.poi.hwmf.record with parameters of type FontFamily