Uses of Class
org.apache.poi.common.usermodel.fonts.FontCharset
-
Packages that use FontCharset Package Description org.apache.poi.common.usermodel.fonts -
-
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
FontHeader. getCharset()
default FontCharset
FontInfo. getCharset()
static FontCharset
FontCharset. valueOf(int value)
Returns the enum constant of this type with the specified name.static FontCharset
FontCharset. valueOf(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 default void
FontInfo. setCharset(FontCharset charset)
Sets the charset
-