Uses of Class
org.odftoolkit.odfdom.dom.element.office.OfficeDrawingElement

Packages that use OfficeDrawingElement
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.office   
 

Uses of OfficeDrawingElement in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc that return OfficeDrawingElement
 OfficeDrawingElement OdfGraphicsDocument.getContentRoot()
          Deprecated. Get the content root of a graphics document.
 

Uses of OfficeDrawingElement in org.odftoolkit.odfdom.dom
 

Methods in org.odftoolkit.odfdom.dom with parameters of type OfficeDrawingElement
 void DefaultElementVisitor.visit(OfficeDrawingElement ele)
          A method to visit "office:drawing" elements
 

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

Methods in org.odftoolkit.odfdom.dom.element.office that return OfficeDrawingElement
 OfficeDrawingElement OfficeBodyElement.newOfficeDrawingElement()
          Create child element office:drawing.
 



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