Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection. You can access to alternative API for adding/inserting/removing/cloning layout slides by using ( IPresentation#getLayoutSlides) property.
Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. Note: Aspose.Slides will never remove any unused master by itself, to actually remove unused masters call MasterSlideCollection#removeUnused(boolean) Read/write boolean.
Returns:
boolean
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 {@code true} for master slide.
getThemeManager
Name
Description
getThemeManager ()
Returns the theme manager. Read-only IMasterThemeManager.
Returns true if there exists at least one slide that depends on this master slide. Read-only boolean.
Returns:
boolean
setName
Name
Description
setName (String)
Returns or sets the name of a master slide. Read/write String.
setPreserve
Name
Description
setPreserve (boolean)
Determines whether the corresponding master is deleted when all the slides that follow that master are deleted. Note: Aspose.Slides will never remove any unused master by itself, to actually remove unused masters call MasterSlideCollection#removeUnused(boolean) Read/write boolean.
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.