MasterLayoutSlideCollection

MasterLayoutSlideCollection

Overview

MasterLayoutSlideCollection is a class in Aspose.Slides FOSS for Python. Inherits from: LayoutSlideCollection, IMasterLayoutSlideCollection.

Represents a collections of all layout slides of defined master slide.

This class provides 1 method for working with MasterLayoutSlideCollection 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, length.

Properties

NameTypeAccessDescription
as_i_collectionlistReadGets the as i collection.
as_i_enumerableAnyReadGets the as i enumerable.
lengthintReadReturns the number of elements.

Methods

SignatureDescription
get_by_type(type)ILayoutSlide

See Also