Uses of Enum Class
org.apache.poi.common.usermodel.fonts.FontCharset
Packages that use FontCharset
Package
Description
-
Uses of FontCharset in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontCharsetModifier and TypeMethodDescriptionFontInfo.getCharset()
static FontCharset
FontCharset.valueOf
(int value) Returns the enum constant of this class with the specified name.static FontCharset
Returns the enum constant of this class with the specified name.static FontCharset[]
FontCharset.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.common.usermodel.fonts with parameters of type FontCharset -
Uses of FontCharset in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return FontCharsetMethods in org.apache.poi.hslf.usermodel with parameters of type FontCharsetModifier and TypeMethodDescriptionvoid
HSLFFontInfo.setCharset
(FontCharset charset) void
HSLFFontInfoPredefined.setCharset
(FontCharset charset) -
Uses of FontCharset in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return FontCharsetMethods in org.apache.poi.hwmf.record with parameters of type FontCharset