Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawHatchElement

Packages that use DrawHatchElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.incubator.doc.office   
 

Uses of DrawHatchElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawHatchElement
 void DefaultElementVisitor.visit(DrawHatchElement ele)
          A method to visit "draw:hatch" elements
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return DrawHatchElement
 DrawHatchElement OfficeStylesElement.newDrawHatchElement(String drawNameValue, String drawStyleValue)
          Create child element draw:hatch.
 

Uses of DrawHatchElement in org.odftoolkit.odfdom.incubator.doc.office
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawHatchElement
 DrawHatchElement OdfOfficeStyles.getHatch(String name)
          Returns the DrawHatchElement element with the given name.
 

Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawHatchElement
 Iterable<DrawHatchElement> OdfOfficeStyles.getHatches()
          Returns an iterator for all DrawHatchElement elements.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.