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