MasterSlideCollection

MasterSlideCollection

Overview

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

Represents a collection of master slides.

Properties

NameTypeAccessDescription
as_i_collectionlistRead
as_i_enumerableAnyReadExposes the master slide collection as an enumerable object

Methods

SignatureDescription
add_clone(source_master)IMasterSlideClone a master slide from another presentation and add it to this collection.

See Also