public class MasterNotesSlide extends BaseSlide implements IMasterNotesSlide
Represents master slide for notes.
| Modifier and Type | Method and Description |
|---|---|
IMasterNotesSlideHeaderFooterManager |
getHeaderFooterManager()
Returns HeaderFooter manager of the master notes slide.
|
ITextStyle |
getNotesStyle()
Returns the style of a notes text.
|
boolean |
getShowMasterShapes()
Specifies if shapes on the master slide should be shown on slides or not.
|
IMasterThemeManager |
getThemeManager()
Returns the theme manager.
|
void |
setShowMasterShapes(boolean value)
Specifies if shapes on the master slide should be shown on slides or not.
|
createThemeEffective, equals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getParent_Immediate, getPresentation, getShapes, getSlide, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, joinPortionsWithSameFormatting, setNameequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, findShapeByAltText, getBackground, getControls, getCustomData, getHyperlinkQueries, getName, getShapes, getSlideId, getSlideShowTransition, getTimeline, joinPortionsWithSameFormatting, setNamecreateThemeEffectivegetSlidegetPresentationpublic boolean 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.
getShowMasterShapes in interface IBaseSlidegetShowMasterShapes in class BaseSlidecom.aspose.ms.System.NotSupportedException - Thrown if set true for master slide.public void setShowMasterShapes(boolean value)
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.
setShowMasterShapes in interface IBaseSlidesetShowMasterShapes in class BaseSlidecom.aspose.ms.System.NotSupportedException - Thrown if set true for master slide.public final IMasterNotesSlideHeaderFooterManager getHeaderFooterManager()
Returns HeaderFooter manager of the master notes slide.
Read-only IMasterHandoutSlideHeaderFooterManager.
getHeaderFooterManager in interface IMasterNotesSlidepublic final IMasterThemeManager getThemeManager()
Returns the theme manager.
Read-only IMasterThemeManager.
getThemeManager in interface IMasterThemeablepublic final ITextStyle getNotesStyle()
Returns the style of a notes text.
Read-only ITextStyle.
getNotesStyle in interface IMasterNotesSlideCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.