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

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

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfEndsyncType
 OdfEndsyncType OdfIterateElement.getEndsync()
          Get value of attribute smil:endsync.
 OdfEndsyncType OdfParElement.getEndsync()
          Get value of attribute smil:endsync.
 OdfEndsyncType OdfSeqElement.getEndsync()
          Get value of attribute smil:endsync.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfEndsyncType
 void OdfIterateElement.setEndsync(OdfEndsyncType endsync)
          Set value of attribute smil:endsync.
 void OdfParElement.setEndsync(OdfEndsyncType endsync)
          Set value of attribute smil:endsync.
 void OdfSeqElement.setEndsync(OdfEndsyncType endsync)
          Set value of attribute smil:endsync.
 

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

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



Copyright © 2009. All Rights Reserved.