MasterSlide
Přehled
MasterSlide je třída v Aspose.Slides pro Python. Dědici: BaseSlide, IMasterSlide.
Zobrazuje hlavní snímek v prezentaci.
Vlastnosti
| 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. |
| Signature | Description |
|---|---|
__init__() | Initialize base slide. |