Uses of Class
org.odftoolkit.odfdom.dom.type.office.OdfValueMaybeVoidType

Packages that use OdfValueMaybeVoidType
org.odftoolkit.odfdom.dom.element.form   
org.odftoolkit.odfdom.dom.type.office   
 

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

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfValueMaybeVoidType
 OdfValueMaybeVoidType OdfPropertyElement.getValueType()
          Get value of attribute office:value-type.
 OdfValueMaybeVoidType OdfListPropertyElement.getValueType()
          Get value of attribute office:value-type.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfValueMaybeVoidType
 OdfListPropertyElement OdfPropertiesElement.createListPropertyElement(String propertyName, OdfValueMaybeVoidType valueType)
          Create child element form:list-property.
 OdfPropertyElement OdfPropertiesElement.createPropertyElement(String propertyName, OdfValueMaybeVoidType valueType)
          Create child element form:property.
 void OdfListPropertyElement.init(String propertyName, OdfValueMaybeVoidType valueType)
          Initialization of the mandatory attributes of OdfListPropertyElement
 void OdfPropertyElement.init(String propertyName, OdfValueMaybeVoidType valueType, Double value, OdfDate dateValue, OdfDuration timeValue, OdfBoolean booleanValue)
          Initialization of the mandatory attributes of OdfPropertyElement
 void OdfPropertyElement.setValueType(OdfValueMaybeVoidType valueType)
          Set value of attribute office:value-type.
 void OdfListPropertyElement.setValueType(OdfValueMaybeVoidType valueType)
          Set value of attribute office:value-type.
 

Uses of OdfValueMaybeVoidType in org.odftoolkit.odfdom.dom.type.office
 

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

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



Copyright © 2009. All Rights Reserved.