Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawFrameElement
-
-
Uses of DrawFrameElement in org.odftoolkit.odfdom.changes
Methods in org.odftoolkit.odfdom.changes that return DrawFrameElement Modifier and Type Method Description DrawFrameElementShapeProperties. getDrawFrameElement()Methods in org.odftoolkit.odfdom.changes with parameters of type DrawFrameElement Modifier and Type Method Description voidShapeProperties. setDrawFrameElement(DrawFrameElement drawFrameElement) -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawFrameElement Modifier and Type Method Description voidDefaultElementVisitor. visit(DrawFrameElement ele)A method to visit "draw:frame" elements -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawFrameElement Modifier and Type Method Description DrawFrameElementDrawAElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementDrawGElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementDrawPageElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementDrawTextBoxElement. newDrawFrameElement()Create child element <draw:frame>. -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawFrameElement Modifier and Type Method Description DrawFrameElementOfficeImageElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementOfficeTextElement. newDrawFrameElement()Create child element <draw:frame>. -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawFrameElement Modifier and Type Method Description DrawFrameElementPresentationNotesElement. newDrawFrameElement()Create child element <draw:frame>. -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawFrameElement Modifier and Type Method Description DrawFrameElementStyleHandoutMasterElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementStyleMasterPageElement. newDrawFrameElement()Create child element <draw:frame>. -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawFrameElement Modifier and Type Method Description DrawFrameElementTableCoveredTableCellElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementTableShapesElement. newDrawFrameElement()Create child element <draw:frame>.DrawFrameElementTableTableCellElement. newDrawFrameElement()Create child element <draw:frame>. -
Uses of DrawFrameElement in org.odftoolkit.odfdom.dom.element.text
-
Uses of DrawFrameElement in org.odftoolkit.odfdom.incubator.doc.draw
Subclasses of DrawFrameElement in org.odftoolkit.odfdom.incubator.doc.draw Modifier and Type Class Description classOdfDrawFrameConvenient functionalty for the parent ODF OpenDocument element
-