Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfTableType

Packages that use OdfTableType
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type.text   
 

Uses of OdfTableType in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfTableType
 OdfTableType OdfDatabaseRowSelectElement.getTableType()
          Get value of attribute text:table-type.
 OdfTableType OdfDatabaseNextElement.getTableType()
          Get value of attribute text:table-type.
 OdfTableType OdfDatabaseRowNumberElement.getTableType()
          Get value of attribute text:table-type.
 OdfTableType OdfDatabaseDisplayElement.getTableType()
          Get value of attribute text:table-type.
 OdfTableType OdfDatabaseNameElement.getTableType()
          Get value of attribute text:table-type.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfTableType
 void OdfDatabaseRowSelectElement.setTableType(OdfTableType tableType)
          Set value of attribute text:table-type.
 void OdfDatabaseNextElement.setTableType(OdfTableType tableType)
          Set value of attribute text:table-type.
 void OdfDatabaseRowNumberElement.setTableType(OdfTableType tableType)
          Set value of attribute text:table-type.
 void OdfDatabaseDisplayElement.setTableType(OdfTableType tableType)
          Set value of attribute text:table-type.
 void OdfDatabaseNameElement.setTableType(OdfTableType tableType)
          Set value of attribute text:table-type.
 

Uses of OdfTableType in org.odftoolkit.odfdom.dom.type.text
 

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

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



Copyright © 2009. All Rights Reserved.