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

Packages that use OdfHatchStyleType
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.type.draw   
 

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfHatchStyleType
 OdfHatchStyleType OdfHatchElement.getStyle()
          Get value of attribute draw:style.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfHatchStyleType
 void OdfHatchElement.init(OdfStyleName name, OdfHatchStyleType style)
          Initialization of the mandatory attributes of OdfHatchElement
 void OdfHatchElement.setStyle(OdfHatchStyleType style)
          Set value of attribute draw:style.
 

Uses of OdfHatchStyleType in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfHatchStyleType
 OdfHatchElement OdfStylesElement.createHatchElement(OdfStyleName name, OdfHatchStyleType style)
          Create child element draw:hatch.
 OdfHatchElement OdfDocumentElement.createHatchElement(OdfStyleName name, OdfHatchStyleType style)
          Create child element draw:hatch.
 OdfHatchElement OdfDocumentStylesElement.createHatchElement(OdfStyleName name, OdfHatchStyleType style)
          Create child element draw:hatch.
 

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

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



Copyright © 2009. All Rights Reserved.