Uses of Class
org.odftoolkit.odfdom.dom.type.presentation.OdfNodeType

Packages that use OdfNodeType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.type.presentation   
 

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfNodeType
 OdfNodeType OdfIterateElement.getPresentationNode()
          Get value of attribute presentation:node-type.
 OdfNodeType OdfParElement.getPresentationNode()
          Get value of attribute presentation:node-type.
 OdfNodeType OdfCommandElement.getPresentationNode()
          Get value of attribute presentation:node-type.
 OdfNodeType OdfSeqElement.getPresentationNode()
          Get value of attribute presentation:node-type.
 OdfNodeType OdfAudioElement.getPresentationNode()
          Get value of attribute presentation:node-type.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfNodeType
 void OdfIterateElement.setPresentationNode(OdfNodeType presentationNode)
          Set value of attribute presentation:node-type.
 void OdfParElement.setPresentationNode(OdfNodeType presentationNode)
          Set value of attribute presentation:node-type.
 void OdfCommandElement.setPresentationNode(OdfNodeType presentationNode)
          Set value of attribute presentation:node-type.
 void OdfSeqElement.setPresentationNode(OdfNodeType presentationNode)
          Set value of attribute presentation:node-type.
 void OdfAudioElement.setPresentationNode(OdfNodeType presentationNode)
          Set value of attribute presentation:node-type.
 

Uses of OdfNodeType in org.odftoolkit.odfdom.dom.type.presentation
 

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

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



Copyright © 2009. All Rights Reserved.