Uses of Class
org.odftoolkit.odfdom.dom.type.smil.OdfCalcModeType

Packages that use OdfCalcModeType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.type.smil   
 

Uses of OdfCalcModeType in org.odftoolkit.odfdom.dom.element.anim
 

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfCalcModeType
 OdfCalcModeType OdfAnimateElement.getCalcMode()
          Get value of attribute smil:calcMode.
 OdfCalcModeType OdfAnimateColorElement.getCalcMode()
          Get value of attribute smil:calcMode.
 OdfCalcModeType OdfAnimateMotionElement.getCalcMode()
          Get value of attribute smil:calcMode.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfCalcModeType
 void OdfAnimateElement.setCalcMode(OdfCalcModeType calcMode)
          Set value of attribute smil:calcMode.
 void OdfAnimateColorElement.setCalcMode(OdfCalcModeType calcMode)
          Set value of attribute smil:calcMode.
 void OdfAnimateMotionElement.setCalcMode(OdfCalcModeType calcMode)
          Set value of attribute smil:calcMode.
 

Uses of OdfCalcModeType in org.odftoolkit.odfdom.dom.type.smil
 

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

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



Copyright © 2009. All Rights Reserved.