Uses of Class
org.apache.poi.common.usermodel.fonts.FontFamily
-
Packages that use FontFamily Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hslf.usermodel org.apache.poi.hwmf.record -
-
Uses of FontFamily in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontFamily Modifier and Type Method Description FontFamilyFontInfo. getFamily()static FontFamilyFontFamily. valueOf(int nativeId)Returns the enum constant of this type with the specified name.static FontFamilyFontFamily. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FontFamilyFontFamily. valueOfPitchFamily(byte pitchAndFamily)Get FontFamily from combined native idstatic FontFamily[]FontFamily. 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 FontFamily Modifier and Type Method Description static byteFontPitch. getNativeId(FontPitch pitch, FontFamily family)Combine pitch and family to native idvoidFontInfo. 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 FontFamily Modifier and Type Method Description FontFamilyHSLFFontInfo. getFamily()FontFamilyHSLFFontInfoPredefined. getFamily()Methods in org.apache.poi.hslf.usermodel with parameters of type FontFamily Modifier and Type Method Description voidHSLFFontInfo. setFamily(FontFamily family)voidHSLFFontInfoPredefined. setFamily(FontFamily family) -
Uses of FontFamily in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return FontFamily Modifier and Type Method Description FontFamilyHwmfFont. getFamily()Methods in org.apache.poi.hwmf.record with parameters of type FontFamily Modifier and Type Method Description voidHwmfFont. setFamily(FontFamily family)
-