Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationNotesElement

Packages that use PresentationNotesElement
org.odftoolkit.odfdom.doc.presentation   
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.style   
 

Uses of PresentationNotesElement in org.odftoolkit.odfdom.doc.presentation
 

Methods in org.odftoolkit.odfdom.doc.presentation that return PresentationNotesElement
 PresentationNotesElement OdfPresentationNotes.getOdfElement()
          Deprecated. Return an instance of PresentationNotesElement which represents presentation notes page feature.
 

Methods in org.odftoolkit.odfdom.doc.presentation with parameters of type PresentationNotesElement
static OdfPresentationNotes OdfPresentationNotes.getInstance(PresentationNotesElement noteElement)
          Deprecated. Get a presentation notes page instance by an instance of PresentationNotesElement.
 

Uses of PresentationNotesElement in org.odftoolkit.odfdom.dom
 

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

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

Methods in org.odftoolkit.odfdom.dom.element.draw that return PresentationNotesElement
 PresentationNotesElement DrawPageElement.newPresentationNotesElement()
          Create child element presentation:notes.
 

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

Methods in org.odftoolkit.odfdom.dom.element.style that return PresentationNotesElement
 PresentationNotesElement StyleMasterPageElement.newPresentationNotesElement()
          Create child element presentation:notes.
 



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