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_unusedRead/write bool. | 
| has_depending_slides | Returns 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
| 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. | 
| find_shape_by_alt_text | |
| join_portions_with_same_formatting | |
| equals | |
| create_theme_effective | 
See Also
- module aspose.slides
- library Aspose.Slides