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