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

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

Methods in org.odftoolkit.odfdom.doc that return OfficePresentationElement
 OfficePresentationElement OdfPresentationDocument.getContentRoot()
          Deprecated. Get the content root of a presentation document.
 

Uses of OfficePresentationElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.office that return OfficePresentationElement
 OfficePresentationElement OfficeBodyElement.newOfficePresentationElement()
          Create child element office:presentation.
 



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