Uses of Class
org.apache.poi.ss.usermodel.FontCharset
-
Packages that use FontCharset Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.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(java.lang.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. -
Uses of FontCharset in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type FontCharset Modifier and Type Method Description void
XSSFFont. setCharSet(FontCharset charSet)
set character-set to use.
-