blob: 8b01739949f8d32c0999c953d0007d6b7234cb5e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
@(#)package.html 1.60 98/01/27
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
</head>
<body bgcolor="white">
<!--
##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. #####
##### TYPE YOUR PACKAGE COMMENTS HERE. BEGIN WITH A #####
##### ONE-SENTENCE SUMMARY STARTING WITH A VERB LIKE: #####
-->
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
<p>
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.
<p>
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.
<p>
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.
<p>
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.
<p>
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.
<p>
CellStyleHandler provides methods to handle styles, for example, defining font and border styles.
<p>
CellValueAdapter and DefaultCellValueAdapter provide functions to adapt string content to a more proper cell value type as need.
<!-- Put @see and @since tags down here. -->
</body>
</html>