Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents
|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box
|
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 |
TextDocument
This class represents an empty ODF text document.
|
Modifier and Type | Class and Description |
---|---|
class |
Textbox
This class provides method to set the content, properties and style of text
box.
|
Modifier and Type | Class and Description |
---|---|
class |
Cell
Cell represents table cell feature in ODF document.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParagraphContainer
AbstractParagraphContainer is an abstract class to present paragraph
container.
|
class |
Section
This class represents section definition in text document.
|
Modifier and Type | Method and Description |
---|---|
static Paragraph |
Paragraph.newParagraph(ParagraphContainer container)
Create an instance of paragraph
The paragrah will be added at the end of this container.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.