public interface IMasterNotesSlideManager
Master notes slide manager.
Modifier and Type | Method and Description |
---|---|
IMasterNotesSlide |
getMasterNotesSlide()
Returns a master for all notes slides of this presentation if there is one, otherwise returns null.
|
void |
removeMasterNotesSlide()
Removes master notes slide.
|
IMasterNotesSlide |
setDefaultMasterNotesSlide()
Sets default master notes slide for related notes slide.
|
IMasterNotesSlide getMasterNotesSlide()
Returns a master for all notes slides of this presentation if there is one, otherwise returns null.
Read-only IMasterNotesSlide
.
IMasterNotesSlide setDefaultMasterNotesSlide()
Sets default master notes slide for related notes slide.
IMasterNotesSlide
object.void removeMasterNotesSlide()
Removes master notes slide.