public final class NotesSlideManager extends java.lang.Object implements INotesSlideManager
Notes slide manager.
Modifier and Type | Method and Description |
---|---|
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.
|
public final 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 final INotesSlide addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't.
addNotesSlide
in interface INotesSlideManager
NotesSlide
(getNotesSlide()
) for this slide.public final void removeNotesSlide()
Removes notes slide of the current slide.
removeNotesSlide
in interface INotesSlideManager
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.