|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableField.VariableType | |
---|---|
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. |
Uses of VariableField.VariableType in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple with parameters of type VariableField.VariableType | |
---|---|
VariableField |
TextDocument.declareVariable(String name,
VariableField.VariableType type)
|
Uses of VariableField.VariableType in org.odftoolkit.simple.common.field |
---|
Methods in org.odftoolkit.simple.common.field that return VariableField.VariableType | |
---|---|
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. |
Methods in org.odftoolkit.simple.common.field with parameters of type VariableField.VariableType | |
---|---|
VariableField |
VariableContainer.declareVariable(String name,
VariableField.VariableType type)
Declare a new variable field to this container. |
VariableField |
AbstractVariableContainer.declareVariable(String name,
VariableField.VariableType type)
|
Uses of VariableField.VariableType in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text with parameters of type VariableField.VariableType | |
---|---|
VariableField |
Header.declareVariable(String name,
VariableField.VariableType type)
|
VariableField |
Footer.declareVariable(String name,
VariableField.VariableType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |