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 FontFamily
FontFamily.valueOf
(int family) 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.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 TypeMethodDescriptionvoid
XSSFFont.setFamily
(FontFamily family) set an enumeration representing the font family this font belongs to.