Uses of Class
org.odftoolkit.odfdom.doc.table.OdfTableColumn
-
Packages that use OdfTableColumn Package Description org.odftoolkit.odfdom.doc.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. -
-
Uses of OdfTableColumn in org.odftoolkit.odfdom.doc.table
Methods in org.odftoolkit.odfdom.doc.table that return OdfTableColumn Modifier and Type Method Description OdfTableColumnOdfTable. appendColumn()Append a column at the end of the table.OdfTableColumnOdfTable. getColumnByIndex(int index)Get the column at the specified index.static OdfTableColumnOdfTableColumn. getInstance(TableTableColumnElement colElement)Get theOdfTableColumninstance from theTableTableColumnElementinstance.OdfTableColumnOdfTableColumn. getNextColumn()Get the next column of the current column.OdfTableColumnOdfTableColumn. getPreviousColumn()Get the previous column of the current column.OdfTableColumnOdfTableCell. getTableColumn()Get the instance of table column feature which contains this cell.Methods in org.odftoolkit.odfdom.doc.table that return types with arguments of type OdfTableColumn Modifier and Type Method Description List<OdfTableColumn>OdfTable. appendColumns(int columnCount)Append a specific number of columns to the right of the table.List<OdfTableColumn>OdfTable. getColumnList()Return a list of columns in the current table.List<OdfTableColumn>OdfTable. insertColumnsBefore(int index, int columnCount)Insert a specific number of columns before the column whose index isindex.
-