Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents
|
org.odftoolkit.simple.common.field |
Provide convenient methods to manipulate Fields in ODF text 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 |
AbstractVariableContainer
AbstractVariableContainer is an abstract implementation of the
VariableContainer interface, with a default implementation for every method
defined in VariableContainer , except getVariableContainerElement().
|
Modifier and Type | Method and Description |
---|---|
static VariableField |
Fields.createSimpleVariableField(VariableContainer container,
String name)
Declare a simple variable field.
|
static VariableField |
Fields.createUserVariableField(VariableContainer container,
String name,
String value)
Declare a user variable field.
|
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.
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.