Uses of Class
org.odftoolkit.odfdom.dom.type.text.OdfAnchorType

Packages that use OdfAnchorType
org.odftoolkit.odfdom.dom.element.dr3d   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.type.text   
 

Uses of OdfAnchorType in org.odftoolkit.odfdom.dom.element.dr3d
 

Methods in org.odftoolkit.odfdom.dom.element.dr3d that return OdfAnchorType
 OdfAnchorType OdfSceneElement.getAnchorType()
          Get value of attribute text:anchor-type.
 

Methods in org.odftoolkit.odfdom.dom.element.dr3d with parameters of type OdfAnchorType
 void OdfSceneElement.setAnchorType(OdfAnchorType anchorType)
          Set value of attribute text:anchor-type.
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfAnchorType
 OdfAnchorType OdfShapeElementBase.getAnchorType()
          Get value of attribute text:anchor-type.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfAnchorType
 void OdfShapeElementBase.setAnchorType(OdfAnchorType anchorType)
          Set value of attribute text:anchor-type.
 

Uses of OdfAnchorType in org.odftoolkit.odfdom.dom.type.text
 

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

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



Copyright © 2009. All Rights Reserved.