Uses of Class
org.odftoolkit.odfdom.dom.type.form.OdfImageAlignType

Packages that use OdfImageAlignType
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.type.form   
 

Uses of OdfImageAlignType in org.odftoolkit.odfdom.dom.element.form
 

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfImageAlignType
 OdfImageAlignType OdfCheckboxElement.getImageAlign()
          Get value of attribute form:image-align.
 OdfImageAlignType OdfRadioElement.getImageAlign()
          Get value of attribute form:image-align.
 OdfImageAlignType OdfButtonElement.getImageAlign()
          Get value of attribute form:image-align.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfImageAlignType
 void OdfCheckboxElement.setImageAlign(OdfImageAlignType imageAlign)
          Set value of attribute form:image-align.
 void OdfRadioElement.setImageAlign(OdfImageAlignType imageAlign)
          Set value of attribute form:image-align.
 void OdfButtonElement.setImageAlign(OdfImageAlignType imageAlign)
          Set value of attribute form:image-align.
 

Uses of OdfImageAlignType in org.odftoolkit.odfdom.dom.type.form
 

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

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



Copyright © 2009. All Rights Reserved.