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 | Method and Description |
---|---|
Field.FieldType |
DateField.getFieldType() |
Field.FieldType |
ChapterField.getFieldType() |
Field.FieldType |
VariableField.getFieldType() |
Field.FieldType |
AuthorField.getFieldType() |
abstract Field.FieldType |
Field.getFieldType()
Return the type of this field.
|
Field.FieldType |
ReferenceField.getFieldType() |
Field.FieldType |
SubjectField.getFieldType() |
Field.FieldType |
ConditionField.getFieldType() |
Field.FieldType |
PageCountField.getFieldType() |
Field.FieldType |
PageNumberField.getFieldType() |
Field.FieldType |
TimeField.getFieldType() |
Field.FieldType |
TitleField.getFieldType() |
static Field.FieldType |
Field.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.FieldType[] |
Field.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.