|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VariableContainer
VariableContainer is a container which maintains the declared variables. Variable(s) can be added in this container.
VariableField,
TextDocument,
Header,
Footer| Method Summary | |
|---|---|
VariableField |
declareVariable(String name,
VariableField.VariableType type)
Declare a new variable field to this container. |
OdfElement |
getVariableContainerElement()
Get the ODF element which can have variable declare section as child element directly according to ODF specification. |
VariableField |
getVariableFieldByName(String name)
Return the declared variable by name. |
| Method Detail |
|---|
OdfElement getVariableContainerElement()
The variable declare section may be
VariableField declareVariable(String name,
VariableField.VariableType type)
name - the unique name of this variable field.type - the type of this variable field.
VariableField getVariableFieldByName(String name)
name - the unique name of this variable field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||