IMasterHandoutSlideManager
public interface IMasterHandoutSlideManager
Master handout slide manager.
Methods
| Method | Description |
|---|---|
| getMasterHandoutSlide() | Returns a master for all notes slides of this presentation if there is one, otherwise returns null. |
| setDefaultMasterHandoutSlide() | Sets default master handout slide to related handout slide. |
| removeMasterHandoutSlide() | Removes master handout slide. |
getMasterHandoutSlide()
public abstract IMasterHandoutSlide getMasterHandoutSlide()
Returns a master for all notes slides of this presentation if there is one, otherwise returns null. Read-only IMasterHandoutSlide.
Returns: IMasterHandoutSlide
setDefaultMasterHandoutSlide()
public abstract IMasterHandoutSlide setDefaultMasterHandoutSlide()
Sets default master handout slide to related handout slide.
Returns: IMasterHandoutSlide - Master handout slide IMasterHandoutSlide
removeMasterHandoutSlide()
public abstract void removeMasterHandoutSlide()
Removes master handout slide.