Uses of Class
org.odftoolkit.odfdom.dom.type.draw.OdfKindType

Packages that use OdfKindType
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.type.draw   
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfKindType
 OdfKindType OdfCircleElement.getKind()
          Get value of attribute draw:kind.
 OdfKindType OdfEllipseElement.getKind()
          Get value of attribute draw:kind.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfKindType
 void OdfCircleElement.setKind(OdfKindType kind)
          Set value of attribute draw:kind.
 void OdfEllipseElement.setKind(OdfKindType kind)
          Set value of attribute draw:kind.
 

Uses of OdfKindType in org.odftoolkit.odfdom.dom.type.draw
 

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

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



Copyright © 2009. All Rights Reserved.