Uses of Enum Class
org.apache.poi.ss.usermodel.FontCharset
Packages that use FontCharset
-
Uses of FontCharset in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return FontCharsetModifier and TypeMethodDescriptionstatic FontCharset
FontCharset.valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.static FontCharset
Deprecated.Returns the enum constant of this class with the specified name.static FontCharset[]
FontCharset.values()
Deprecated.Returns an array containing the constants of this enum class, 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 FontCharsetModifier and TypeMethodDescriptionvoid
XSSFFont.setCharSet
(FontCharset charSet) set character-set to use.