Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationNotesElement
Packages that use PresentationNotesElement
Package
Description
-
Uses of PresentationNotesElement in org.odftoolkit.odfdom.doc.presentation
Methods in org.odftoolkit.odfdom.doc.presentation that return PresentationNotesElementModifier and TypeMethodDescriptionOdfPresentationNotes.getOdfElement()
Return an instance ofPresentationNotesElement
which represents presentation notes page feature.Methods in org.odftoolkit.odfdom.doc.presentation with parameters of type PresentationNotesElementModifier and TypeMethodDescriptionstatic OdfPresentationNotes
OdfPresentationNotes.getInstance
(PresentationNotesElement noteElement) Get a presentation notes page instance by an instance ofPresentationNotesElement
. -
Uses of PresentationNotesElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type PresentationNotesElementModifier and TypeMethodDescriptionvoid
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 PresentationNotesElementModifier and TypeMethodDescriptionDrawPageElement.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 PresentationNotesElementModifier and TypeMethodDescriptionStyleMasterPageElement.newPresentationNotesElement()
Create child element <presentation:notes>.