MasterNotesSlide
MasterNotesSlide class
Represents master slide for notes.
getDrawingGuides
| Name | Description |
|---|---|
| getDrawingGuides () | Returns a collection of drawing guides for the master notes slide. Read-only IDrawingGuidesCollection |
Returns: DrawingGuidesCollection
getHeaderFooterManager
| Name | Description |
|---|---|
| getHeaderFooterManager () | Returns HeaderFooter manager of the master notes slide. Read-only IMasterHandoutSlideHeaderFooterManager. |
Returns: MasterNotesSlideHeaderFooterManager
getNotesStyle
| Name | Description |
|---|---|
| getNotesStyle () | Returns the style of a notes text. Read-only ITextStyle. |
Returns: TextStyle
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. |
Returns: boolean
Error
| Error | Condition |
|---|---|
| NotSupportedException | Thrown if set true for master slide. |
getThemeManager
| Name | Description |
|---|---|
| getThemeManager () | Returns the theme manager. Read-only IMasterThemeManager. |
Returns: 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. |