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 Aspose.Slides.IMasterSlideCollection.RemoveUnused(Syste
Read/write bool.
has_depending_slidesReturns true if there exists at least one slide that depends on this master slide.
Read-only bool.
shapes
controls
name
slide_id
custom_data
timeline
slide_show_transition
background
hyperlink_queries
show_master_shapes
slide
presentation
theme_manager

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.
find_shape_by_alt_text
join_portions_with_same_formatting
equals
create_theme_effective

See Also