Uses of Class
org.odftoolkit.odfdom.dom.type.table.OdfNameType

Packages that use OdfNameType
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.type.table   
 

Uses of OdfNameType in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfNameType
 OdfNameType OdfOperationElement.getName()
          Get value of attribute table:name.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfNameType
 OdfOperationElement OdfDetectiveElement.createOperationElement(OdfNameType name, OdfNonNegativeInteger index)
          Create child element table:operation.
 void OdfOperationElement.init(OdfNameType name, OdfNonNegativeInteger index)
          Initialization of the mandatory attributes of OdfOperationElement
 void OdfOperationElement.setName(OdfNameType name)
          Set value of attribute table:name.
 

Uses of OdfNameType in org.odftoolkit.odfdom.dom.type.table
 

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

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



Copyright © 2009. All Rights Reserved.