Uses of Class
org.odftoolkit.odfdom.dom.type.form.OdfNavigationModeType

Packages that use OdfNavigationModeType
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.type.form   
 

Uses of OdfNavigationModeType in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfNavigationModeType
 OdfNavigationModeType OdfFormElement.getNavigationMode()
          Get value of attribute form:navigation-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfNavigationModeType
 void OdfFormElement.setNavigationMode(OdfNavigationModeType navigationMode)
          Set value of attribute form:navigation-mode.
 

Uses of OdfNavigationModeType in org.odftoolkit.odfdom.dom.type.form
 

Methods in org.odftoolkit.odfdom.dom.type.form that return OdfNavigationModeType
static OdfNavigationModeType OdfNavigationModeType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfNavigationModeType OdfNavigationModeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfNavigationModeType[] OdfNavigationModeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.form with parameters of type OdfNavigationModeType
static String OdfNavigationModeType.toString(OdfNavigationModeType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.