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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfRestartDefaultType
 OdfRestartDefaultType OdfTransitionFilterElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfIterateElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfAnimateElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfParElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfAnimateColorElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfAnimateTransformElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfSeqElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfAnimateMotionElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfAudioElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 OdfRestartDefaultType OdfSetElement.getRestartDefault()
          Get value of attribute smil:restartDefault.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfRestartDefaultType
 void OdfTransitionFilterElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfIterateElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfAnimateElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfParElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfAnimateColorElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfAnimateTransformElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfSeqElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfAnimateMotionElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfAudioElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 void OdfSetElement.setRestartDefault(OdfRestartDefaultType restartDefault)
          Set value of attribute smil:restartDefault.
 

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

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



Copyright © 2009. All Rights Reserved.