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