Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawHatchElement
-
Packages that use DrawHatchElement Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description DrawHatchElement
OdfOfficeStyles. getHatch(String name)
Returns theDrawHatchElement
element with the given name.DrawHatchElement
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 DrawHatchElement Modifier and Type Method Description Iterable<DrawHatchElement>
OdfOfficeStyles. getHatches()
Returns an iterator for allDrawHatchElement
elements.
-