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

NameTypeAccessDescription
shapesIShapeCollectionReadReturns the shapes of a slide.
namestrReadReturns or sets the name of a slide.
slide_idintReadReturns the ID of a slide.
backgroundIBackgroundReadReturns slide’s background.
slide_show_transitionISlideShowTransitionReadReturns the TransitionEx object which contains information about how the specified slide advances during a slide show.
timelineIAnimationTimeLineReadReturns animation timeline object.
presentationIPresentationReadReturns IPresentation interface.
slideIBaseSlideReadReturns the parent slide.
as_i_slide_componentISlideComponentReadProvides the slide as an ISlideComponent interface
as_i_presentation_componentIPresentationComponentReadProvides the slide as an IPresentationComponent
as_i_themeableIThemeableReadProvides the slide as an IThemeable interface

Methods

SignatureDescription
__init__()Initialize base slide.

See Also