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

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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfOrientationType
 OdfDataPilotFieldElement OdfDataPilotTableElement.createDataPilotFieldElement(OdfOrientationType orientation, String selectedPage, String sourceFieldName)
          Create child element table:data-pilot-field.
 OdfDataPilotFieldElement OdfDataPilotTableElement.createDataPilotFieldElement(String sourceFieldName, OdfOrientationType orientation)
          Create child element table:data-pilot-field.
 void OdfDataPilotFieldElement.init(String sourceFieldName, OdfOrientationType orientation, String selectedPage)
          Initialization of the mandatory attributes of OdfDataPilotFieldElement
 void OdfDataPilotFieldElement.setOrientation(OdfOrientationType orientation)
          Set value of attribute table:orientation.
 void OdfDatabaseRangeElement.setOrientation(OdfOrientationType orientation)
          Set value of attribute table:orientation.
 

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

Methods in org.odftoolkit.odfdom.dom.type.table 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.table 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.