public final class NotesSlideManager extends DomObject<Slide> 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.
|
void |
removeNotesSlide()
Removes notes slide of the current slide.
|
getParent_Immediatepublic 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 INotesSlideManagerpublic final INotesSlide addNotesSlide()
Returns the notes slide for the current slide, creating one if there isn't.
addNotesSlide in interface INotesSlideManagerNotesSlide(getNotesSlide()) for this slide.public final void removeNotesSlide()
Removes notes slide of the current slide.
removeNotesSlide in interface INotesSlideManagerCopyright © 2004-2022 Aspose Pty Ltd. All Rights Reserved.