Package | Description |
---|---|
org.odftoolkit.simple.common.field |
Provide convenient methods to manipulate Fields in ODF text document
|
org.odftoolkit.simple.common.navigation |
Provide classes to operate the content and style of the selected text content.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorField
An AuthorField represents the initials of the author or the full
name of the author of a document.
|
class |
ChapterField
ChapterField is placed inside a header or footer, it displays the current
chapter name or number on every page.
|
class |
ConditionField
ConditionField specifies a condition for display of one text string or
another.
|
class |
DateField
DateField displays a date, by default this is the current date.
|
class |
PageCountField
A PageCountField displays the total number of pages in a document.
|
class |
PageNumberField
A PageNumberField displays the current page number of pages in a
document.
|
class |
ReferenceField
A ReferenceField refers to a field that appears in another location in a
document.
|
class |
SubjectField
A SubjectField displays the subject value contained by the document
meta data.
|
class |
TimeField
TimeField displays a time, by default this is the current time.
|
class |
TitleField
A TitleField displays the title value contained by the document meta
data.
|
class |
VariableField
ODF document can contain variables, which are processed or displayed as
VariableFields.
|
Modifier and Type | Method and Description |
---|---|
Field |
TextSelection.replaceWith(Field orgField)
Replace the content with a Field
|
Field |
FieldSelection.replaceWithSimpleField(Field.FieldType fieldType)
Replace the content with a simple field, such as author field, page
number field, date field and so on.
|
Modifier and Type | Method and Description |
---|---|
Field |
TextSelection.replaceWith(Field orgField)
Replace the content with a Field
|
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.