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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfOrderType
 OdfOrderType OdfDataPilotSortInfoElement.getOrder()
          Get value of attribute table:order.
 OdfOrderType OdfSortGroupsElement.getOrder()
          Get value of attribute table:order.
 OdfOrderType OdfSortByElement.getOrder()
          Get value of attribute table:order.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfOrderType
 OdfDataPilotSortInfoElement OdfDataPilotLevelElement.createDataPilotSortInfoElement(OdfOrderType order, OdfSortModeType sortMode)
          Create child element table:data-pilot-sort-info.
 OdfDataPilotSortInfoElement OdfDataPilotLevelElement.createDataPilotSortInfoElement(OdfSortModeType sortMode, String dataField, OdfOrderType order)
          Create child element table:data-pilot-sort-info.
 void OdfDataPilotSortInfoElement.init(OdfSortModeType sortMode, String dataField, OdfOrderType order)
          Initialization of the mandatory attributes of OdfDataPilotSortInfoElement
 void OdfDataPilotSortInfoElement.setOrder(OdfOrderType order)
          Set value of attribute table:order.
 void OdfSortGroupsElement.setOrder(OdfOrderType order)
          Set value of attribute table:order.
 void OdfSortByElement.setOrder(OdfOrderType order)
          Set value of attribute table:order.
 

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

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



Copyright © 2009. All Rights Reserved.