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