Uses of Class
org.odftoolkit.odfdom.dom.type.svg.OdfType

Packages that use OdfType
org.odftoolkit.odfdom.dom.element.anim   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.type.svg   
 

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

Methods in org.odftoolkit.odfdom.dom.element.anim that return OdfType
 OdfType OdfAnimateTransformElement.getType()
          Get value of attribute svg:type.
 

Methods in org.odftoolkit.odfdom.dom.element.anim with parameters of type OdfType
 OdfAnimateTransformElement OdfIterateElement.createAnimateTransformElement(String attributeName, OdfType type)
          Create child element anim:animateTransform.
 OdfAnimateTransformElement OdfParElement.createAnimateTransformElement(String attributeName, OdfType type)
          Create child element anim:animateTransform.
 OdfAnimateTransformElement OdfSeqElement.createAnimateTransformElement(String attributeName, OdfType type)
          Create child element anim:animateTransform.
 void OdfAnimateTransformElement.init(String attributeName, OdfType type)
          Initialization of the mandatory attributes of OdfAnimateTransformElement
 void OdfAnimateTransformElement.setType(OdfType type)
          Set value of attribute svg:type.
 

Uses of OdfType in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfType
 OdfAnimateTransformElement OdfPageElement.createAnimateTransformElement(String attributeName, OdfType type)
          Create child element anim:animateTransform.
 

Uses of OdfType in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfType
 OdfAnimateTransformElement OdfMasterPageElement.createAnimateTransformElement(String attributeName, OdfType type)
          Create child element anim:animateTransform.
 

Uses of OdfType in org.odftoolkit.odfdom.dom.type.svg
 

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

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



Copyright © 2009. All Rights Reserved.