|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.NotesSlideManager
public final class NotesSlideManager
Method Summary | |
---|---|
INotesSlide |
addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't. |
INotesSlide |
getNotesSlide()
Returns the notes slide for the current slide. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
void |
removeNotesSlide()
Removes notes slide of the current slide. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public INotesSlide getNotesSlide()
Returns the notes slide for the current slide. Returns null if slide doesn't have notes slide.
Read-only INotesSlide
.
getNotesSlide
in interface INotesSlideManager
public INotesSlide addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't.
addNotesSlide
in interface INotesSlideManager
NotesSlide
for this slide.public void removeNotesSlide()
Removes notes slide of the current slide.
removeNotesSlide
in interface INotesSlideManager
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |