Package org.odftoolkit.odfdom.doc.table

Provide convenient methods to manipulate table in ODF text and spreadsheet document.

See:
          Description

Class Summary
OdfTable Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.table.Table in Simple API.
OdfTableCell Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.table.Cell in Simple API.
OdfTableCellRange Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.table.CellRange in Simple API.
OdfTableColumn Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.table.Column in Simple API.
OdfTableRow Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.table.Row in Simple API.
 

Package org.odftoolkit.odfdom.doc.table Description

Provide convenient methods to manipulate table in ODF text and spreadsheet document.

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-2011 The Apache Software Foundation. All Rights Reserved.