GlobalLayoutSlideCollection
Overview
GlobalLayoutSlideCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Represents a collection of all layout slides in presentation.
This class provides 1 method for working with GlobalLayoutSlideCollection objects in Python programs.
Available methods include: get_by_type.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_i_collection, as_i_enumerable, as_i_layout_slide_collection, length.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
as_i_layout_slide_collection | ILayoutSlideCollection | Read | Gets the as i layout slide collection. |
as_i_collection | list | Read | Gets the as i collection. |
as_i_enumerable | Any | Read | Gets the as i enumerable. |
length | int | Read | Returns the number of elements. |
Methods
| Signature | Description |
|---|---|
get_by_type(type) → ILayoutSlide |