Uses of Class
org.apache.poi.common.usermodel.fonts.FontCharset
-
Packages that use FontCharset Package Description org.apache.poi.common.usermodel.fonts org.apache.poi.hslf.usermodel org.apache.poi.hwmf.record -
-
Uses of FontCharset in org.apache.poi.common.usermodel.fonts
Methods in org.apache.poi.common.usermodel.fonts that return FontCharset Modifier and Type Method Description FontCharset
FontInfo. getCharset()
static FontCharset
FontCharset. valueOf(int value)
Returns the enum constant of this type with the specified name.static FontCharset
FontCharset. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FontCharset[]
FontCharset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.common.usermodel.fonts with parameters of type FontCharset Modifier and Type Method Description void
FontInfo. setCharset(FontCharset charset)
Sets the charset -
Uses of FontCharset in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return FontCharset Modifier and Type Method Description FontCharset
HSLFFontInfo. getCharset()
FontCharset
HSLFFontInfoPredefined. getCharset()
Methods in org.apache.poi.hslf.usermodel with parameters of type FontCharset Modifier and Type Method Description void
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 FontCharset Modifier and Type Method Description FontCharset
HwmfFont. getCharset()
Methods in org.apache.poi.hwmf.record with parameters of type FontCharset Modifier and Type Method Description void
HwmfFont. setCharset(FontCharset charset)
-