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

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

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

Methods in org.odftoolkit.odfdom.dom.element.form that return OdfListLinkageType
 OdfListLinkageType OdfListboxElement.getListLinkageType()
          Get value of attribute form:list-linkage-type.
 

Methods in org.odftoolkit.odfdom.dom.element.form with parameters of type OdfListLinkageType
 void OdfListboxElement.setListLinkageType(OdfListLinkageType listLinkageType)
          Set value of attribute form:list-linkage-type.
 

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

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



Copyright © 2009. All Rights Reserved.