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 voidDefaultElementVisitor. 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 DrawHatchElementOfficeStylesElement. 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 DrawHatchElementOdfOfficeStyles. getHatch(String name)Returns theDrawHatchElementelement with the given name.DrawHatchElementOdfOfficeStyles. 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 allDrawHatchElementelements.
-