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

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

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

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfTabCycleType
 OdfTabCycleType OdfFormElement.getTabCycle()
          Get value of attribute form:tab-cycle.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfTabCycleType
 void OdfFormElement.setTabCycle(OdfTabCycleType tabCycle)
          Set value of attribute form:tab-cycle.
 

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

Methods in org.odftoolkit.odfdom.dom.type.form that return OdfTabCycleType
static OdfTabCycleType OdfTabCycleType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfTabCycleType OdfTabCycleType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfTabCycleType[] OdfTabCycleType.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 OdfTabCycleType
static String OdfTabCycleType.toString(OdfTabCycleType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.