See: Description
| Class | Description |
|---|---|
| OdfTable | Deprecated
As of release 0.8.8, replaced by
Table in Simple API. |
| OdfTableCell | Deprecated
As of release 0.8.8, replaced by
Cell in Simple API. |
| OdfTableCellRange | Deprecated
As of release 0.8.8, replaced by
CellRange in Simple API. |
| OdfTableColumn | Deprecated
As of release 0.8.8, replaced by
Column in Simple API. |
| OdfTableRow | Deprecated
As of release 0.8.8, replaced by
Row in Simple API. |
Table is a common used feature in ODF. This package provides convenient methods to manipulate table feature and its child features, such as row, column, cell, cell range.
OdfTable represents table in ODF. It provides methods to new a table, delete a table, get rows, columns, and cells of a table, new a cell range, insert and delete rows and columns, and so on.
OdfTableRow and OdfTableColumn represents row and column in ODF. It provides methods to get cells, get next and previous row and column, set properties of rows and columns, and so on.
OdfTableCell represents cell in ODF. It provides many methods to set the properties and values of a cell, such as horizontal alignment, vertical alignment, value, formula, value format, and so on.
OdfTableRange represents a range of cells in ODF. It provides a method to merge a range of cells to a single cell, and some other methods too.
Copyright © 2008-2015 The Apache Software Foundation. All Rights Reserved.