Uses of Class
org.odftoolkit.simple.common.field.ReferenceField.DisplayType

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.
 



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