Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawCustomShapeElement
-
-
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawCustomShapeElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DrawCustomShapeElement ele)A method to visit "draw:custom-shape" elements -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawCustomShapeElement Modifier and Type Method Description DrawCustomShapeElementDrawAElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementDrawGElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementDrawPageElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementDrawTextBoxElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawCustomShapeElement Modifier and Type Method Description DrawCustomShapeElementOfficeTextElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawCustomShapeElement Modifier and Type Method Description DrawCustomShapeElementPresentationNotesElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawCustomShapeElement Modifier and Type Method Description DrawCustomShapeElementStyleHandoutMasterElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementStyleMasterPageElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawCustomShapeElement Modifier and Type Method Description DrawCustomShapeElementTableCoveredTableCellElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementTableShapesElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>.DrawCustomShapeElementTableTableCellElement. newDrawCustomShapeElement()Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.text
-