Uses of Class
org.apache.poi.ss.usermodel.FontFamily
-
Packages that use FontFamily Package Description org.apache.poi.ss.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(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.
-