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 voidaddText(String text)insert some text to the notes pagestatic OdfPresentationNotesgetInstance(PresentationNotesElement noteElement)Get a presentation notes page instance by an instance ofPresentationNotesElement.PresentationNotesElementgetOdfElement()Return an instance ofPresentationNotesElementwhich represents presentation notes page feature.
-
-
-
Method Detail
-
getOdfElement
public PresentationNotesElement getOdfElement()
Return an instance ofPresentationNotesElementwhich 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
OdfPresentationNotesthat 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
-
-