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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfLayoutModeType
 OdfLayoutModeType OdfDataPilotLayoutInfoElement.getLayoutMode()
          Get value of attribute table:layout-mode.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfLayoutModeType
 OdfDataPilotLayoutInfoElement OdfDataPilotLevelElement.createDataPilotLayoutInfoElement(OdfLayoutModeType layoutMode, OdfBoolean addEmptyLines)
          Create child element table:data-pilot-layout-info.
 void OdfDataPilotLayoutInfoElement.init(OdfLayoutModeType layoutMode, OdfBoolean addEmptyLines)
          Initialization of the mandatory attributes of OdfDataPilotLayoutInfoElement
 void OdfDataPilotLayoutInfoElement.setLayoutMode(OdfLayoutModeType layoutMode)
          Set value of attribute table:layout-mode.
 

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

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



Copyright © 2009. All Rights Reserved.