MasterNotesSlide

MasterNotesSlide class

Represents master slide for notes.

getHeaderFooterManager

NameDescription
getHeaderFooterManager ()Returns HeaderFooter manager of the master notes slide. Read-only IMasterHandoutSlideHeaderFooterManager.

Returns: MasterNotesSlideHeaderFooterManager


getNotesStyle

NameDescription
getNotesStyle ()Returns the style of a notes text. Read-only ITextStyle.

Returns: TextStyle


getShowMasterShapes

NameDescription
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

Exception

ErrorCondition
com.aspose.ms.System.NotSupportedExceptionThrown if set true for master slide.

getThemeManager

NameDescription
getThemeManager ()Returns the theme manager. Read-only IMasterThemeManager.

Returns: MasterThemeManager


setShowMasterShapes

NameDescription
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.

Returns: void

Exception

ErrorCondition
com.aspose.ms.System.NotSupportedExceptionThrown if set true for master slide.