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 void
DefaultElementVisitor. 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 DrawCustomShapeElement
DrawAElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
DrawGElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
DrawPageElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
DrawTextBoxElement. 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 DrawCustomShapeElement
OfficeTextElement. 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 DrawCustomShapeElement
PresentationNotesElement. 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 DrawCustomShapeElement
StyleHandoutMasterElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
StyleMasterPageElement. 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 DrawCustomShapeElement
TableCoveredTableCellElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
TableShapesElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>.DrawCustomShapeElement
TableTableCellElement. newDrawCustomShapeElement()
Create child element <draw:custom-shape>. -
Uses of DrawCustomShapeElement in org.odftoolkit.odfdom.dom.element.text
-