Uses of Enum Class
org.apache.poi.ss.usermodel.FontFamily
Packages that use FontFamily
-
Uses of FontFamily in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FontFamilyModifier and TypeMethodDescriptionstatic FontFamilyFontFamily.valueOf(int family) Returns the enum constant of this class with the specified name.static FontFamilyReturns the enum constant of this class with the specified name.static FontFamily[]FontFamily.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FontFamily in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type FontFamilyModifier and TypeMethodDescriptionvoidXSSFFont.setFamily(FontFamily family) set an enumeration representing the font family this font belongs to.