Uses of Class
org.apache.poi.xssf.usermodel.XSSFTable

Packages that use XSSFTable
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.helpers   
 

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

Methods in org.apache.poi.xssf.usermodel that return XSSFTable
 XSSFTable XSSFSheet.createTable()
          Creates a new Table, and associates it with this Sheet
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTable
 java.util.List<XSSFTable> XSSFMap.getRelatedTables()
           
 java.util.List<XSSFTable> XSSFSheet.getTables()
          Returns any tables associated with this Sheet
 

Uses of XSSFTable in org.apache.poi.xssf.usermodel.helpers
 

Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFTable
XSSFXmlColumnPr(XSSFTable table, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableColumn ctTableColum, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr)
           
 



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