Uses of Package
org.odftoolkit.simple.table

Packages that use org.odftoolkit.simple.table
org.odftoolkit.simple Provide high level methods to frequently used ODF documents. 
org.odftoolkit.simple.common.navigation Provide classes to operate the content and style of the selected text content. 
org.odftoolkit.simple.presentation Provide high level methods to ODF presentation documents. 
org.odftoolkit.simple.table Provide convenient methods to manipulate table in ODF text and spreadsheet document. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

Classes in org.odftoolkit.simple.table used by org.odftoolkit.simple
Cell
          Cell represents table cell 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.
TableContainer
          TableContainer is a container which maintains Table(s) as element(s).
TableTemplate
          TableTemplate represents the table template feature in ODF documents.
 

Classes in org.odftoolkit.simple.table used by org.odftoolkit.simple.common.navigation
Cell
          Cell represents table cell feature in ODF document.
CellValueAdapter
          This interface supplies a method which can adapt string content to a more proper cell value type as need.
Table
          Table represents the table feature in ODF spreadsheet and text documents.
 

Classes in org.odftoolkit.simple.table used by org.odftoolkit.simple.presentation
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.
TableContainer
          TableContainer is a container which maintains Table(s) as element(s).
 

Classes in org.odftoolkit.simple.table used by org.odftoolkit.simple.table
Cell
          Cell represents table cell feature in ODF document.
CellRange
          CellRange represent a rang of cells that are adjacent with each other
CellStyleHandler
          This class provides functions to handle the style of a cell.
CellValueAdapter
          This interface supplies a method which can adapt string content to a more proper cell value type as need.
Column
          Column represents table column feature in ODF document.
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.
TableContainer
          TableContainer is a container which maintains Table(s) as element(s).
TableTemplate
          TableTemplate represents the table template feature in ODF documents.
TableTemplate.ExtendedStyleType
          Extended style types supported by table template.
 

Classes in org.odftoolkit.simple.table used by org.odftoolkit.simple.text
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.
TableContainer
          TableContainer is a container which maintains Table(s) as element(s).
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.