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 FontCharsetFontInfo. getCharset()static FontCharsetFontCharset. valueOf(int value)Returns the enum constant of this type with the specified name.static FontCharsetFontCharset. 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 voidFontInfo. 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 FontCharsetHSLFFontInfo. getCharset()FontCharsetHSLFFontInfoPredefined. getCharset()Methods in org.apache.poi.hslf.usermodel with parameters of type FontCharset Modifier and Type Method Description voidHSLFFontInfo. setCharset(FontCharset charset)voidHSLFFontInfoPredefined. 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 FontCharsetHwmfFont. getCharset()Methods in org.apache.poi.hwmf.record with parameters of type FontCharset Modifier and Type Method Description voidHwmfFont. setCharset(FontCharset charset)
-