Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawCaptionElement
-
-
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawCaptionElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawCaptionElement ele)
A method to visit "draw:caption" elements -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawCaptionElement Modifier and Type Method Description DrawCaptionElement
DrawAElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
DrawGElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
DrawPageElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
DrawTextBoxElement. newDrawCaptionElement()
Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawCaptionElement Modifier and Type Method Description DrawCaptionElement
OfficeTextElement. newDrawCaptionElement()
Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawCaptionElement Modifier and Type Method Description DrawCaptionElement
PresentationNotesElement. newDrawCaptionElement()
Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawCaptionElement Modifier and Type Method Description DrawCaptionElement
StyleHandoutMasterElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
StyleMasterPageElement. newDrawCaptionElement()
Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawCaptionElement Modifier and Type Method Description DrawCaptionElement
TableCoveredTableCellElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
TableShapesElement. newDrawCaptionElement()
Create child element <draw:caption>.DrawCaptionElement
TableTableCellElement. newDrawCaptionElement()
Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.text
-