MasterHandoutSlide
MasterHandoutSlide class
Represents master slide for handouts.
getHeaderFooterManager
| Name | Description |
|---|---|
| getHeaderFooterManager () | Returns HeaderFooter manager of the master handout slide. Read-only IMasterHandoutSlideHeaderFooterManager. |
Result: MasterHandoutSlideHeaderFooterManager
getShowMasterShapes
| Name | Description |
|---|---|
| getShowMasterShapes () | Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write boolean. |
Result: boolean
Error
| Error | Condition |
|---|---|
| NotSupportedException | Thrown if set true for master slide. |
getThemeManager
| Name | Description |
|---|---|
| getThemeManager () | Returns the theme manager. Read-only IMasterThemeManager. |
Result: MasterThemeManager
setShowMasterShapes
| Name | Description |
|---|---|
| setShowMasterShapes (boolean) | Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns false. Read/write boolean. |
Error
| Error | Condition |
|---|---|
| NotSupportedException | Thrown if set true for master slide. |