Class OdfPresentationNotes
java.lang.Object
org.odftoolkit.odfdom.doc.presentation.OdfPresentationNotes
Convenient functionality for the parent ODF OpenDocument element
-
Method Summary
Modifier and TypeMethodDescriptionvoidinsert some text to the notes pagestatic OdfPresentationNotesgetInstance(PresentationNotesElement noteElement) Get a presentation notes page instance by an instance ofPresentationNotesElement.Return an instance ofPresentationNotesElementwhich represents presentation notes page feature.
-
Method Details
-
getOdfElement
Return an instance ofPresentationNotesElementwhich represents presentation notes page feature.- Returns:
- an instance of
PresentationNotesElement
-
getInstance
Get a presentation notes page instance by an instance ofPresentationNotesElement.- Parameters:
noteElement- an instance ofPresentationNotesElement- Returns:
- an instance of
OdfPresentationNotesthat can representPresentationNotesElement
-
addText
insert some text to the notes page- Parameters:
text- the text that need to insert in the notes page
-