See: Description
Interface | Description |
---|---|
CellValueAdapter |
This interface supplies a method which can adapt string content to a more
proper cell value type as need.
|
TableContainer |
TableContainer is a container which maintains Table(s) as element(s).
|
Class | Description |
---|---|
AbstractTableContainer |
AbstractTableContainer is an abstract implementation of the TableContainer
interface, with a default implementation for every method defined in
TableContainer , except getTableContainerElement().
|
Cell |
Cell represents table cell feature in ODF document.
|
CellRange |
CellRange represent a rang of cells that are adjacent with each other
CellRange provides methods to get/set/modify the properties of cell range.
|
CellStyleHandler |
This class provides functions to handle the style of a cell.
|
Column |
Column represents table column feature in ODF document.
|
DefaultCellValueAdapter |
This is a default realization of
CellValueAdapter . |
Row |
Row represents table row feature in ODF document.
|
Table |
Table represents the table feature in ODF spreadsheet and text documents.
|
Table.TableBuilder |
This is a tool class which supplies all of the table creation detail.
|
TableTemplate |
TableTemplate represents the table template feature in ODF documents.
|
Enum | Description |
---|---|
TableTemplate.ExtendedStyleType |
Extended style types supported by table template.
|
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.
Table 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.
TableRow 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.
TableCell 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.
TableRange 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.
CellStyleHandler provides methods to handle styles, for example, defining font and border styles.
CellValueAdapter and DefaultCellValueAdapter provide functions to adapt string content to a more proper cell value type as need.
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.