Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawContourPathElement
-
Packages that use DrawContourPathElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.draw -
-
Uses of DrawContourPathElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawContourPathElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawContourPathElement ele)
A method to visit "draw:contour-path" elements -
Uses of DrawContourPathElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawContourPathElement Modifier and Type Method Description DrawContourPathElement
DrawFrameElement. newDrawContourPathElement(boolean drawRecreateOnEditValue, String svgDValue, int svgViewBoxValue)
Create child element <draw:contour-path>.
-