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 |
---|---|
static ReferenceField.DisplayType |
ReferenceField.DisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceField.DisplayType[] |
ReferenceField.DisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReferenceField.appendReferenceTo(OdfElement odfEle,
ReferenceField.DisplayType type)
Append this reference field after the specifics OdfElement.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldSelection.replaceWithReferenceField(ReferenceField field,
ReferenceField.DisplayType type)
Replace the content with a reference field.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.