Uses of Class
org.apache.poi.ss.usermodel.FontFamily
-
Packages that use FontFamily Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel -
-
Uses of FontFamily in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FontFamily Modifier and Type Method Description static FontFamily
FontFamily. valueOf(int family)
Returns the enum constant of this type with the specified name.static FontFamily
FontFamily. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontFamily[]
FontFamily. values()
Returns an array containing the constants of this enum type, 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 FontFamily Modifier and Type Method Description void
XSSFFont. setFamily(FontFamily family)
set an enumeration representing the font family this font belongs to.
-