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 voidDefaultElementVisitor. 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 DrawCaptionElementDrawAElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementDrawGElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementDrawPageElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementDrawTextBoxElement. 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 DrawCaptionElementOfficeTextElement. 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 DrawCaptionElementPresentationNotesElement. 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 DrawCaptionElementStyleHandoutMasterElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementStyleMasterPageElement. 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 DrawCaptionElementTableCoveredTableCellElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementTableShapesElement. newDrawCaptionElement()Create child element <draw:caption>.DrawCaptionElementTableTableCellElement. newDrawCaptionElement()Create child element <draw:caption>. -
Uses of DrawCaptionElement in org.odftoolkit.odfdom.dom.element.text
-