|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceField.DisplayType | |
---|---|
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. |
Uses of ReferenceField.DisplayType in org.odftoolkit.simple.common.field |
---|
Methods in org.odftoolkit.simple.common.field that return ReferenceField.DisplayType | |
---|---|
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. |
Methods in org.odftoolkit.simple.common.field with parameters of type ReferenceField.DisplayType | |
---|---|
void |
ReferenceField.appendReferenceTo(OdfElement odfEle,
ReferenceField.DisplayType type)
Append this reference field after the specifics OdfElement. |
Uses of ReferenceField.DisplayType in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation with parameters of type ReferenceField.DisplayType | |
---|---|
void |
FieldSelection.replaceWithReferenceField(ReferenceField field,
ReferenceField.DisplayType type)
Replace the content with a reference field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |