MasterSlide class

MasterSlide class

Represents a master slide in a presentation.

Inheritance:MasterSlideBaseSlide

The MasterSlide type exposes the following members:

Properties

PropertyDescription
shapesReturns the shapes of a slide.
Read-only IShapeCollection.
controlsReturns the collection of ActiveX controls on a slide.
Read-only IControlCollection.
nameReturns or sets the name of a master slide.
Read/write str.
slide_idReturns the ID of a slide.
Read-only int.
custom_dataReturns the slide’s custom data.
Read-only ICustomData.
timelineReturns animation timeline object.
Read-only IAnimationTimeLine.
slide_show_transitionReturns the Transition object which contains information about
how the specified slide advances during a slide show.
Read-only ISlideShowTransition.
backgroundReturns slide’s background.
Read-only IBackground.
hyperlink_queriesProvides easy access to contained hyperlinks.
Read-only IHyperlinkQueries.
show_master_shapesSpecifies if shapes on the master slide should be shown on slides or not.
For master slide itself this property always returns false.
Read/write bool.
presentationReturns IPresentation interface.
Read-only IPresentation.
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.MasterSlideCollection.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.
theme_managerReturns the theme manager.
Read-only IMasterThemeManager.
slide

Methods

MethodDescription
join_portions_with_same_formattingJoins runs with same formatting in all paragraphs all acceptable shapes.
join_portions_with_same_formattingJoins runs with same formatting in all paragraphs in all acceptable shapes.
equalsDetermines whether the two IBaseSlide instances are equal.
Returning value is calculated based on slide’s structure and static content.
Two slides are equal if all shapes, styles, texts, animation and other settings. etc. are equal. The comparison doesn’t take into account unique identifier values, e.g. SlideId and dynamic content, e.g. current date value in Date Placeholder.
create_theme_effectiveReturns an effective theme for this slide.
find_shape_by_alt_textFinds first occurrence of a shape with the specified alternative text.
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