Class OdfPresentationNotes
- java.lang.Object
-
- org.odftoolkit.odfdom.doc.presentation.OdfPresentationNotes
-
public class OdfPresentationNotes extends Object
Convenient functionality for the parent ODF OpenDocument element
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addText(String text)
insert some text to the notes pagestatic OdfPresentationNotes
getInstance(PresentationNotesElement noteElement)
Get a presentation notes page instance by an instance ofPresentationNotesElement
.PresentationNotesElement
getOdfElement()
Return an instance ofPresentationNotesElement
which represents presentation notes page feature.
-
-
-
Method Detail
-
getOdfElement
public PresentationNotesElement getOdfElement()
Return an instance ofPresentationNotesElement
which represents presentation notes page feature.- Returns:
- an instance of
PresentationNotesElement
-
getInstance
public static OdfPresentationNotes getInstance(PresentationNotesElement noteElement)
Get a presentation notes page instance by an instance ofPresentationNotesElement
.- Parameters:
noteElement
- an instance ofPresentationNotesElement
- Returns:
- an instance of
OdfPresentationNotes
that can representPresentationNotesElement
-
addText
public void addText(String text)
insert some text to the notes page- Parameters:
text
- the text that need to insert in the notes page
-
-