Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawStrokeDashElement
-
Packages that use DrawStrokeDashElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.office org.odftoolkit.odfdom.incubator.doc.office -
-
Uses of DrawStrokeDashElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawStrokeDashElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawStrokeDashElement ele)
A method to visit "draw:stroke-dash" elements -
Uses of DrawStrokeDashElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawStrokeDashElement Modifier and Type Method Description DrawStrokeDashElement
OfficeStylesElement. newDrawStrokeDashElement(String drawNameValue)
Create child element <draw:stroke-dash>. -
Uses of DrawStrokeDashElement in org.odftoolkit.odfdom.incubator.doc.office
Methods in org.odftoolkit.odfdom.incubator.doc.office that return DrawStrokeDashElement Modifier and Type Method Description DrawStrokeDashElement
OdfOfficeStyles. newDrawStrokeDashElement(String drawNameValue)
Create child element <draw:stroke-dash>.
-