Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawHandleElement
-
Packages that use DrawHandleElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.draw -
-
Uses of DrawHandleElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawHandleElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawHandleElement ele)
A method to visit "draw:handle" elements -
Uses of DrawHandleElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawHandleElement Modifier and Type Method Description DrawHandleElement
DrawEnhancedGeometryElement. newDrawHandleElement(String drawHandlePositionValue)
Create child element <draw:handle>.
-