IMasterSlide
Contents
[
Hide
]
IMasterSlide class
Represents a master slide in a presentation.
The IMasterSlide type exposes the following members:
Properties
Name | Description |
---|---|
header_footer_manager | Returns HeaderFooter manager of the master slide. Read-only IMasterSlideHeaderFooterManager. |
title_style | Returns the style of a title text. Read-only ITextStyle. |
body_style | Returns the style of a body text. Read-only ITextStyle. |
other_style | Returns the style of an other text. Read-only ITextStyle. |
layout_slides | Returns the collection of child layout slides for this master slide. Read-only IMasterLayoutSlideCollection. |
preserve | 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 |
has_depending_slides | Returns true if there exists at least one slide that depends on this master slide. Read-only bool. |
as_i_base_slide | Allows to get base IBaseSlide interface. Read-only IBaseSlide. |
as_i_master_themeable | Returns IMasterThemeable interface. Read-only IMasterThemeable. |
shapes | Returns the shapes of a slide. Read-only IShapeCollection. |
controls | Returns the collection of ActiveX controls on a slide. Read-only IControlCollection. |
name | Returns or sets the name of a slide. Read/write string. |
slide_id | Returns the ID of a slide. Read-only int. |
custom_data | Returns the slide’s custom data. Read-only ICustomData. |
timeline | Returns animation timeline object. Read-only IAnimationTimeLine. |
slide_show_transition | Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. Read-only ISlideShowTransition. |
background | Returns slide’s background. Read-only IBackground. |
hyperlink_queries | Provides easy access to contained hyperlinks. Read-only IHyperlinkQueries. |
show_master_shapes | Specifies if shapes on the master slide should be shown on slides or not. For master slide itself this property always returns |
as_i_slide_component | Returns ISlideComponent interface. Read-only ISlideComponent. |
slide | Returns the base slide. Read-only IBaseSlide. |
as_i_presentation_component | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent. |
presentation | Returns the presentation. Read-only IPresentation. |
theme_manager | Returns master theme manager. Read-only IMasterThemeManager. |
Methods
Name | Description |
---|---|
apply_external_theme_to_depending_slides(fname) | Creates 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_slides() | Returns an array with all slides, which depend on this master slide. |
find_shape_by_alt_text(alt_text) | Finds first occurrence of a shape with the specified alternative text. |
join_portions_with_same_formatting() | Joins runs with same formatting in all paragraphs in all acceptable shapes. |
equals(slide) | Determines 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_effective() | Returns an effective theme for this themeable object. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides