Uses of Class
org.apache.poi.xssf.usermodel.XSSFTableColumn
Packages that use XSSFTableColumn
-
Uses of XSSFTableColumn in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return XSSFTableColumnModifier and TypeMethodDescriptionXSSFTable.createColumn
(String columnName) Add a new column to the right end of the table.XSSFTable.createColumn
(String columnName, int columnIndex) Adds a new column to the table.Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFTableColumnModifier and TypeMethodDescriptionXSSFTable.getColumns()
Note this list is static - once read, it does not notice later changes to the underlying column structures To clear the cache, callXSSFTable.updateHeaders()
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFTableColumnModifier and TypeMethodDescriptionvoid
XSSFTable.removeColumn
(XSSFTableColumn column) Remove a column from the table. -
Uses of XSSFTableColumn in org.apache.poi.xssf.usermodel.helpers
Methods in org.apache.poi.xssf.usermodel.helpers that return XSSFTableColumnModifier and TypeMethodDescriptionXSSFXmlColumnPr.getTableColumn()
Get the column for which these XML column properties are set.Constructors in org.apache.poi.xssf.usermodel.helpers with parameters of type XSSFTableColumnModifierConstructorDescriptionXSSFXmlColumnPr
(XSSFTableColumn tableColumn, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXmlColumnPr ctXmlColumnPr) Create a new XSSFXmlColumnPr (XML column properties) wrapper around a CTXmlColumnPr.