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

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

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

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfOrientationType
 OdfOrientationType OdfValueRangeElement.getOrientation()
          Get value of attribute form:orientation.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfOrientationType
 void OdfValueRangeElement.setOrientation(OdfOrientationType orientation)
          Set value of attribute form:orientation.
 

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

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



Copyright © 2009. All Rights Reserved.