IMasterSlide class

IMasterSlide class

Represents a master slide in a presentation.

The IMasterSlide type exposes the following members:

Properties

PropertyDescription
header_footer_managerReturns HeaderFooter manager of the master slide.
Read-only IMasterSlideHeaderFooterManager.
title_styleReturns the style of a title text.
Read-only ITextStyle.
body_styleReturns the style of a body text.
Read-only ITextStyle.
other_styleReturns the style of an other text.
Read-only ITextStyle.
layout_slidesReturns the collection of child layout slides for this master slide.
Read-only IMasterLayoutSlideCollection.
preserveDetermines 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 IMasterSlideCollection.remove_unused
Read/write bool.
has_depending_slidesReturns true if there exists at least one slide that depends on this master slide.
Read-only bool.

Methods

MethodDescription
apply_external_theme_to_depending_slidesCreates a new master slide based on the current one, applying an external theme to it
and applies the created master slide to all dependent slides.
get_depending_slidesReturns an array with all slides, which depend on this master slide.

See Also