|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odftoolkit.odfdom.doc.presentation.OdfPresentationNotes
org.odftoolkit.simple.presentation.Notes
in Simple API.
public class OdfPresentationNotes
Convenient functionality for the parent ODF OpenDocument element
Method Summary | |
---|---|
void |
addText(String text)
Deprecated. insert some text to the notes page |
static OdfPresentationNotes |
getInstance(PresentationNotesElement noteElement)
Deprecated. Get a presentation notes page instance by an instance of PresentationNotesElement . |
PresentationNotesElement |
getOdfElement()
Deprecated. Return an instance of PresentationNotesElement which represents presentation notes page feature. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PresentationNotesElement getOdfElement()
PresentationNotesElement
which represents presentation notes page feature.
PresentationNotesElement
public static OdfPresentationNotes getInstance(PresentationNotesElement noteElement)
PresentationNotesElement
.
noteElement
- an instance of PresentationNotesElement
OdfPresentationNotes
that can represent PresentationNotesElement
public void addText(String text)
text
- the text that need to insert in the notes page
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |