org.odftoolkit.simple.presentation.Notes in Simple API.public class OdfPresentationNotes extends Object
| Modifier and Type | Method and Description |
|---|---|
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. |
public PresentationNotesElement getOdfElement()
PresentationNotesElement which represents presentation notes page feature.PresentationNotesElementpublic static OdfPresentationNotes getInstance(PresentationNotesElement noteElement)
PresentationNotesElement.noteElement - an instance of PresentationNotesElementOdfPresentationNotes that can represent PresentationNotesElementpublic void addText(String text)
text - the text that need to insert in the notes pageCopyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.