Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartDocument
This class represents an empty ODF document , which will be in general
embedded in an existing ODF (Spreadsheet) document.
|
class |
Document
This abstract class is representing one of the possible ODF documents
|
class |
GraphicsDocument
This class represents an empty ODF graphics document.
|
class |
PresentationDocument
This class represents an empty ODF presentation.
|
class |
SpreadsheetDocument
This class represents an empty ODF spreadsheet document.
|
class |
TextDocument
This class represents an empty ODF text document.
|
Modifier and Type | Method and Description |
---|---|
protected TableContainer |
Document.getTableContainerImpl() |
Modifier and Type | Class and Description |
---|---|
class |
Slide
Slide represents the presentation slide feature of the ODF
document. |
Modifier and Type | Method and Description |
---|---|
protected TableContainer |
Slide.getTableContainerImpl() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableContainer
AbstractTableContainer is an abstract implementation of the TableContainer
interface, with a default implementation for every method defined in
TableContainer , except getTableContainerElement().
|
Modifier and Type | Method and Description |
---|---|
static Table |
Table.newTable(TableContainer tableContainer)
Construct the
Table feature. |
static Table |
Table.newTable(TableContainer tableContainer,
int numRows,
int numCols)
Construct the
Table feature with a specified row number and
column number. |
static Table |
Table.newTable(TableContainer tableContainer,
int numRows,
int numCols,
double marginLeft,
double marginRight)
Construct the
Table feature with a specified row number and
column number. |
static Table |
Table.newTable(TableContainer tableContainer,
int numRows,
int numCols,
int headerRowNumber,
int headerColumnNumber)
Construct the
Table feature with a specified row number,
column number, header row number, header column number. |
static Table |
Table.newTable(TableContainer tableContainer,
String[] rowLabel,
String[] columnLabel,
double[][] data)
Construct the Table feature with a specified 2 dimension array as the
data of this table.
|
static Table |
Table.newTable(TableContainer tableContainer,
String[] rowLabel,
String[] columnLabel,
String[][] data)
Construct the Table feature with a specified 2 dimension array as the
data of this table.
|
Constructor and Description |
---|
Table.TableBuilder(TableContainer container)
TableBuilder constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Footer
This class represents footer definition in text document.
|
class |
Header
This class represents header definition in text document.
|
class |
Section
This class represents section definition in text document.
|
Modifier and Type | Method and Description |
---|---|
protected TableContainer |
Section.getTableContainerImpl() |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.