MasterSlideCollection

MasterSlideCollection

Overview

MasterSlideCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, IMasterSlideCollection.

Represents a collection of master slides.

This class provides 1 method for working with MasterSlideCollection objects in Python programs. Available methods include: add_clone. 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
add_clone(source_master)IMasterSlideClone a master slide from another presentation and add it to this collection.

See Also