Uses of Class
org.apache.poi.xssf.model.ThemesTable

Packages that use ThemesTable
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
 

Uses of ThemesTable in org.apache.poi.xssf.model
 

Methods in org.apache.poi.xssf.model that return ThemesTable
 ThemesTable StylesTable.getTheme()
           
 

Methods in org.apache.poi.xssf.model with parameters of type ThemesTable
 void StylesTable.setTheme(ThemesTable theme)
           
 

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

Methods in org.apache.poi.xssf.usermodel that return ThemesTable
 ThemesTable XSSFWorkbook.getTheme()
          Returns the Theme of current workbook.
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type ThemesTable
XSSFCellStyle(int cellXfId, int cellStyleXfId, StylesTable stylesSource, ThemesTable theme)
          Creates a Cell Style from the supplied parts
 



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