| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
| Modifier and Type | Method and Description |
|---|---|
OdfTableColumn |
OdfTable.appendColumn()
Append a column at the end of the table.
|
OdfTableColumn |
OdfTable.getColumnByIndex(int index)
Get the column at the specified index.
|
static OdfTableColumn |
OdfTableColumn.getInstance(TableTableColumnElement colElement)
Get the
OdfTableColumn instance from the TableTableColumnElement
instance. |
OdfTableColumn |
OdfTableColumn.getNextColumn()
Get the next column of the current column.
|
OdfTableColumn |
OdfTableColumn.getPreviousColumn()
Get the previous column of the current column.
|
OdfTableColumn |
OdfTableCell.getTableColumn()
Get the instance of table column feature which contains this cell.
|
| Modifier and Type | Method and 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 is
index. |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.