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