BaseSlide
Overview
BaseSlide is a class in Aspose.Slides FOSS for Python.
Inherits from: IBaseSlide, IThemeable, ISlideComponent.
Represents common data for all slide types.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shapes | IShapeCollection | Read | Returns the shapes of a slide. |
name | str | Read | 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 | Provides the slide as an ISlideComponent interface |
as_i_presentation_component | IPresentationComponent | Read | Provides the slide as an IPresentationComponent |
as_i_themeable | IThemeable | Read | Provides the slide as an IThemeable interface |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize base slide. |