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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfSortModeType
 OdfSortModeType OdfDataPilotSortInfoElement.getSortMode()
          Get value of attribute table:sort-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfSortModeType
 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.setSortMode(OdfSortModeType sortMode)
          Set value of attribute table:sort-mode.
 

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

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



Copyright © 2009. All Rights Reserved.