Uses of Class
org.apache.poi.common.usermodel.fonts.FontCharset

Packages that use FontCharset
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
 FontCharset FontInfo.getCharset()
           
static FontCharset FontCharset.valueOf(int value)
           
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
 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
 FontCharset HSLFFontInfoPredefined.getCharset()
           
 FontCharset HSLFFontInfo.getCharset()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type FontCharset
 void HSLFFontInfoPredefined.setCharset(FontCharset charset)
           
 void HSLFFontInfo.setCharset(FontCharset charset)
           
 

Uses of FontCharset in org.apache.poi.hwmf.record
 

Methods in org.apache.poi.hwmf.record that return FontCharset
 FontCharset HwmfFont.getCharset()
           
 

Methods in org.apache.poi.hwmf.record with parameters of type FontCharset
 void HwmfFont.setCharset(FontCharset charset)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.