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

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

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

Methods in org.odftoolkit.odfdom.dom.element.table that return OdfGrandTotalType
 OdfGrandTotalType OdfDataPilotTableElement.getGrandTotal()
          Get value of attribute table:grand-total.
 

Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfGrandTotalType
 void OdfDataPilotTableElement.setGrandTotal(OdfGrandTotalType grandTotal)
          Set value of attribute table:grand-total.
 

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

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



Copyright © 2009. All Rights Reserved.