Uses of Class
org.apache.poi.ss.usermodel.FontCharset

Packages that use FontCharset
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of FontCharset in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return FontCharset
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.
 

Uses of FontCharset in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with parameters of type FontCharset
 void XSSFFont.setCharSet(FontCharset charSet)
          set character-set to use.
 



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