Uses of Class
org.odftoolkit.odfdom.dom.type.style.OdfAdjustmentType

Packages that use OdfAdjustmentType
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.style   
 

Uses of OdfAdjustmentType in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfAdjustmentType
 OdfAdjustmentType OdfFootnoteSepElement.getAdjustment()
          Get value of attribute style:adjustment.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfAdjustmentType
 void OdfFootnoteSepElement.setAdjustment(OdfAdjustmentType adjustment)
          Set value of attribute style:adjustment.
 

Uses of OdfAdjustmentType in org.odftoolkit.odfdom.dom.type.style
 

Methods in org.odftoolkit.odfdom.dom.type.style that return OdfAdjustmentType
static OdfAdjustmentType OdfAdjustmentType.enumValueOf(String stringValue)
          String to enum, turns a String into its corresponding enum constant
static OdfAdjustmentType OdfAdjustmentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OdfAdjustmentType[] OdfAdjustmentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.odftoolkit.odfdom.dom.type.style with parameters of type OdfAdjustmentType
static String OdfAdjustmentType.toString(OdfAdjustmentType enumeration)
          enum to String, gets the name of this enum constant as a string.
 



Copyright © 2009. All Rights Reserved.