LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseSlide, ILayoutSlide.
Represents a layout slide.
This class provides 1 method for working with LayoutSlide 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_type, master_slide, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
theme_manager | IOverrideThemeManager | Read | Returns the overriding theme manager. |
master_slide | IMasterSlide | Read | Returns or sets the master slide for a layout. |
layout_type | SlideLayoutType | Read | Returns layout type of this layout 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. |