|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OdfTableColumn | |
---|---|
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 | |
---|---|
OdfTableColumn |
OdfTable.appendColumn()
Deprecated. Append a column at the end of the table. |
OdfTableColumn |
OdfTable.getColumnByIndex(int index)
Deprecated. Get the column at the specified index. |
static OdfTableColumn |
OdfTableColumn.getInstance(TableTableColumnElement colElement)
Deprecated. Get the OdfTableColumn instance from the TableTableColumnElement instance. |
OdfTableColumn |
OdfTableColumn.getNextColumn()
Deprecated. Get the next column of the current column. |
OdfTableColumn |
OdfTableColumn.getPreviousColumn()
Deprecated. Get the previous column of the current column. |
OdfTableColumn |
OdfTableCell.getTableColumn()
Deprecated. 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 | |
---|---|
List<OdfTableColumn> |
OdfTable.appendColumns(int columnCount)
Deprecated. Append a specific number of columns to the right of the table. |
List<OdfTableColumn> |
OdfTable.getColumnList()
Deprecated. Return a list of columns in the current table. |
List<OdfTableColumn> |
OdfTable.insertColumnsBefore(int index,
int columnCount)
Deprecated. Insert a specific number of columns before the column whose index is index . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |