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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfSheetObjectType
 OdfSheetObjectType OdfDeletionElement.getType()
          Get value of attribute table:type.
 OdfSheetObjectType OdfInsertionElement.getType()
          Get value of attribute table:type.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfSheetObjectType
 OdfDeletionElement OdfTrackedChangesElement.createDeletionElement(OdfSheetObjectType type, Integer position, String id)
          Create child element table:deletion.
 OdfInsertionElement OdfTrackedChangesElement.createInsertionElement(OdfSheetObjectType type, Integer position, String id)
          Create child element table:insertion.
 void OdfDeletionElement.init(OdfSheetObjectType type, Integer position, String id)
          Initialization of the mandatory attributes of OdfDeletionElement
 void OdfInsertionElement.init(OdfSheetObjectType type, Integer position, String id)
          Initialization of the mandatory attributes of OdfInsertionElement
 void OdfDeletionElement.setType(OdfSheetObjectType type)
          Set value of attribute table:type.
 void OdfInsertionElement.setType(OdfSheetObjectType type)
          Set value of attribute table:type.
 

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

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



Copyright © 2009. All Rights Reserved.