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