Package org.odftoolkit.simple.common.field

Provide convenient methods to manipulate Fields in ODF text document.

See:
          Description

Interface Summary
VariableContainer VariableContainer is a container which maintains the declared variables.
 

Class Summary
AbstractVariableContainer AbstractVariableContainer is an abstract implementation of the VariableContainer interface, with a default implementation for every method defined in VariableContainer , except getVariableContainerElement().
AuthorField An AuthorField represents the initials of the author or the full name of the author of a document.
ChapterField ChapterField is placed inside a header or footer, it displays the current chapter name or number on every page.
ConditionField ConditionField specifies a condition for display of one text string or another.
DateField DateField displays a date, by default this is the current date.
Field This is the abstract class of all kinds of fields.
Fields This is a tool class to help the user creating all kinds of fields as needed.
PageCountField A PageCountField displays the total number of pages in a document.
PageNumberField A PageNumberField displays the current page number of pages in a document.
ReferenceField A ReferenceField refers to a field that appears in another location in a document.
SubjectField A SubjectField displays the subject value contained by the document meta data.
TimeField TimeField displays a time, by default this is the current time.
TitleField A TitleField displays the title value contained by the document meta data.
VariableField ODF document can contain variables, which are processed or displayed as VariableFields.
 

Enum Summary
ChapterField.DisplayType A DisplayType specifies the information that a chapter field should display.
Field.FieldType A FieldType specifies the type of a field.
PageNumberField.DisplayType A DisplayType represents the selected page attribute of the field.
ReferenceField.DisplayType A DisplayType specifies the information that a reference field should display.
VariableField.VariableType A VariableType represents the type of the variable field.
 

Package org.odftoolkit.simple.common.field Description

Provide convenient methods to manipulate Fields in ODF text document.



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.