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

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

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

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfVisualEffectType
 OdfVisualEffectType OdfCheckboxElement.getVisualEffect()
          Get value of attribute form:visual-effect.
 OdfVisualEffectType OdfRadioElement.getVisualEffect()
          Get value of attribute form:visual-effect.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfVisualEffectType
 void OdfCheckboxElement.setVisualEffect(OdfVisualEffectType visualEffect)
          Set value of attribute form:visual-effect.
 void OdfRadioElement.setVisualEffect(OdfVisualEffectType visualEffect)
          Set value of attribute form:visual-effect.
 

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

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



Copyright © 2009. All Rights Reserved.