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 | Method and Description |
---|---|
VariableField |
TextDocument.declareVariable(String name,
VariableField.VariableType type) |
Modifier and Type | Method and Description |
---|---|
static VariableField.VariableType |
VariableField.VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableField.VariableType[] |
VariableField.VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VariableField |
AbstractVariableContainer.declareVariable(String name,
VariableField.VariableType type) |
VariableField |
VariableContainer.declareVariable(String name,
VariableField.VariableType type)
Declare a new variable field to this container.
|
Modifier and Type | Method and Description |
---|---|
VariableField |
Header.declareVariable(String name,
VariableField.VariableType type) |
VariableField |
Footer.declareVariable(String name,
VariableField.VariableType type) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.