Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawControlElement
-
-
Uses of DrawControlElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type DrawControlElement Modifier and Type Method Description void
DefaultElementVisitor. visit(DrawControlElement ele)
A method to visit "draw:control" elements -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.draw
Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawControlElement Modifier and Type Method Description DrawControlElement
DrawAElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
DrawGElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
DrawPageElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
DrawTextBoxElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>. -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.office
Methods in org.odftoolkit.odfdom.dom.element.office that return DrawControlElement Modifier and Type Method Description DrawControlElement
OfficeTextElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>. -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.presentation
Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawControlElement Modifier and Type Method Description DrawControlElement
PresentationNotesElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>. -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.style
Methods in org.odftoolkit.odfdom.dom.element.style that return DrawControlElement Modifier and Type Method Description DrawControlElement
StyleHandoutMasterElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
StyleMasterPageElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>. -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.table
Methods in org.odftoolkit.odfdom.dom.element.table that return DrawControlElement Modifier and Type Method Description DrawControlElement
TableCoveredTableCellElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TableShapesElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TableTableCellElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>. -
Uses of DrawControlElement in org.odftoolkit.odfdom.dom.element.text
Methods in org.odftoolkit.odfdom.dom.element.text that return DrawControlElement Modifier and Type Method Description DrawControlElement
TextAElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextDeletionElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextHElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextIndexBodyElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextIndexTitleElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextMetaElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextMetaFieldElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextNoteBodyElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextPElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextRubyBaseElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextSectionElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.DrawControlElement
TextSpanElement. newDrawControlElement(String drawControlValue)
Create child element <draw:control>.
-