Uses of Class
org.odftoolkit.odfdom.dom.element.draw.DrawControlElement

Packages that use DrawControlElement
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.presentation   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.table   
org.odftoolkit.odfdom.dom.element.text   
 

Uses of DrawControlElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawControlElement
 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
 DrawControlElement DrawTextBoxElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement DrawAElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement DrawPageElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement DrawGElement.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
 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
 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
 DrawControlElement StyleMasterPageElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement StyleHandoutMasterElement.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
 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
 DrawControlElement TextDeletionElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextPElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextAElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextSectionElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextIndexTitleElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextSpanElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextNoteBodyElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextRubyBaseElement.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 TextIndexBodyElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 DrawControlElement TextHElement.newDrawControlElement(String drawControlValue)
          Create child element draw:control.
 



Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.