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