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 DrawFrameElement
ShapeProperties. getDrawFrameElement()
Methods in org.odftoolkit.odfdom.changes with parameters of type DrawFrameElement Modifier and Type Method Description void
ShapeProperties. 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 void
DefaultElementVisitor. 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 DrawFrameElement
DrawAElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
DrawGElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
DrawPageElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
DrawTextBoxElement. 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 DrawFrameElement
OfficeImageElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
OfficeTextElement. 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 DrawFrameElement
PresentationNotesElement. 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 DrawFrameElement
StyleHandoutMasterElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
StyleMasterPageElement. 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 DrawFrameElement
TableCoveredTableCellElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
TableShapesElement. newDrawFrameElement()
Create child element <draw:frame>.DrawFrameElement
TableTableCellElement. 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 class
OdfDrawFrame
Convenient functionalty for the parent ODF OpenDocument element
-