Uses of Class
org.odftoolkit.odfdom.dom.element.presentation.PresentationNotesElement
-
Packages that use PresentationNotesElement Package Description 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 Modifier and Type Method Description PresentationNotesElementOdfPresentationNotes. getOdfElement()Return an instance ofPresentationNotesElementwhich represents presentation notes page feature.Methods in org.odftoolkit.odfdom.doc.presentation with parameters of type PresentationNotesElement Modifier and Type Method Description static OdfPresentationNotesOdfPresentationNotes. 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 PresentationNotesElement Modifier and Type Method Description voidDefaultElementVisitor. 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 Modifier and Type Method Description PresentationNotesElementDrawPageElement. 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 Modifier and Type Method Description PresentationNotesElementStyleMasterPageElement. newPresentationNotesElement()Create child element <presentation:notes>.
-