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