Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawHatchElement
Packages that use DrawHatchElement
Package
Description
-
Uses of DrawHatchElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawHatchElementModifier and TypeMethodDescriptionvoid
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 DrawHatchElementModifier and TypeMethodDescriptionOfficeStylesElement.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 DrawHatchElementModifier and TypeMethodDescriptionReturns theDrawHatchElement
element with the given name.OdfOfficeStyles.newDrawHatchElement
(String drawNameValue, String drawStyleValue) Create child element <draw:hatch>.Methods in org.odftoolkit.odfdom.incubator.doc.office that return types with arguments of type DrawHatchElementModifier and TypeMethodDescriptionOdfOfficeStyles.getHatches()
Returns an iterator for allDrawHatchElement
elements.