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

Packages that use DrawRectElement
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 DrawRectElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type DrawRectElement
 void DefaultElementVisitor.visit(DrawRectElement ele)
          A method to visit "draw:rect" elements
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return DrawRectElement
 DrawRectElement DrawTextBoxElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement DrawPageElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement DrawGElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement DrawAElement.newDrawRectElement()
          Create child element draw:rect.
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return DrawRectElement
 DrawRectElement OfficeTextElement.newDrawRectElement()
          Create child element draw:rect.
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.presentation
 

Methods in org.odftoolkit.odfdom.dom.element.presentation that return DrawRectElement
 DrawRectElement PresentationNotesElement.newDrawRectElement()
          Create child element draw:rect.
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return DrawRectElement
 DrawRectElement StyleMasterPageElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement StyleHandoutMasterElement.newDrawRectElement()
          Create child element draw:rect.
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.table
 

Methods in org.odftoolkit.odfdom.dom.element.table that return DrawRectElement
 DrawRectElement TableTableCellElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TableShapesElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TableCoveredTableCellElement.newDrawRectElement()
          Create child element draw:rect.
 

Uses of DrawRectElement in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return DrawRectElement
 DrawRectElement TextSpanElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextSectionElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextRubyBaseElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextPElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextNoteBodyElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextMetaFieldElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextMetaElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextIndexTitleElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextIndexBodyElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextHElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextDeletionElement.newDrawRectElement()
          Create child element draw:rect.
 DrawRectElement TextAElement.newDrawRectElement()
          Create child element draw:rect.
 



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