Uses of Class
org.apache.poi.common.usermodel.fonts.FontHeader.PanoseFamily
-
Packages that use FontHeader.PanoseFamily Package Description org.apache.poi.common.usermodel.fonts -
-
Uses of FontHeader.PanoseFamily in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontHeader.PanoseFamily Modifier and Type Method Description FontHeader.PanoseFamily
FontHeader. getPanoseFamily()
static FontHeader.PanoseFamily
FontHeader.PanoseFamily. valueOf(String name)
Returns the enum constant of this type with the specified name.static FontHeader.PanoseFamily[]
FontHeader.PanoseFamily. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-