IMasterSlide class
Contents
[
Hide
]IMasterSlide class
Represents a master slide in a presentation.
The IMasterSlide type exposes the following members:
Properties
Property | 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 IMasterSlideCollection.remove_unused Read/write bool. |
has_depending_slides | Returns true if there exists at least one slide that depends on this master slide. Read-only bool. |
Methods
Method | Description |
---|---|
apply_external_theme_to_depending_slides | 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. |
See Also
- module
aspose.slides
- library
Aspose.Slides