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

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

Methods in org.odftoolkit.odfdom.doc that return OfficeTextElement
 OfficeTextElement OdfTextDocument.getContentRoot()
          Deprecated. Get the content root of a text document.
 

Uses of OfficeTextElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.office that return OfficeTextElement
 OfficeTextElement OfficeBodyElement.newOfficeTextElement()
          Create child element office:text.
 



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