MasterSlide
Overview
MasterSlide is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseSlide, IMasterSlide.
Represents a master slide in a presentation.
This class provides 1 method for working with MasterSlide objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_presentation_component, as_i_slide_component, as_i_themeable, background, layout_slides, name, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
theme_manager | IMasterThemeManager | Read | Returns the theme manager. |
layout_slides | IMasterLayoutSlideCollection | Read | Returns the collection of child layout slides for this master slide. |
shapes | IShapeCollection | Read | Returns the shapes of a slide. |
name | str | Read/Write | Returns or sets the name of a slide. |
slide_id | int | Read | Returns the ID of a slide. |
background | IBackground | Read | Returns slide’s background. |
slide_show_transition | ISlideShowTransition | Read | Returns the TransitionEx object which contains information about how the specified slide advances during a slide show. |
timeline | IAnimationTimeLine | Read | Returns animation timeline object. |
presentation | IPresentation | Read | Returns IPresentation interface. |
slide | IBaseSlide | Read | Returns the parent slide. |
as_i_slide_component | ISlideComponent | Read | Gets the as i slide component. |
as_i_presentation_component | IPresentationComponent | Read | Gets the as i presentation component. |
as_i_themeable | IThemeable | Read | Gets the as i themeable. |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize base slide. |