Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawEllipseElement
-
-
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawEllipseElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DrawEllipseElement ele)A method to visit "draw:ellipse" elements -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawEllipseElement Modifier and Type Method Description DrawEllipseElementDrawAElement. newDrawEllipseElement()Create child element <draw:ellipse>.DrawEllipseElementDrawGElement. newDrawEllipseElement()Create child element <draw:ellipse>.DrawEllipseElementDrawPageElement. newDrawEllipseElement()Create child element <draw:ellipse>.DrawEllipseElementDrawTextBoxElement. newDrawEllipseElement()Create child element <draw:ellipse>. -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawEllipseElement Modifier and Type Method Description DrawEllipseElementOfficeTextElement. newDrawEllipseElement()Create child element <draw:ellipse>. -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawEllipseElement Modifier and Type Method Description DrawEllipseElementPresentationNotesElement. newDrawEllipseElement()Create child element <draw:ellipse>. -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawEllipseElement Modifier and Type Method Description DrawEllipseElementStyleHandoutMasterElement. newDrawEllipseElement()Create child element <draw:ellipse>.DrawEllipseElementStyleMasterPageElement. newDrawEllipseElement()Create child element <draw:ellipse>. -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawEllipseElement Modifier and Type Method Description DrawEllipseElementTableShapesElement. newDrawEllipseElement()Create child element <draw:ellipse>.DrawEllipseElementTableTableCellElementBase. newDrawEllipseElement()Create child element <draw:ellipse>. -
Uses of DrawEllipseElement in org.odftoolkit.odfdom.dom.element.text
-