IMasterSlideCollection

IMasterSlideCollection

Overview

IMasterSlideCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of master slides.

This interface provides 1 method for working with IMasterSlideCollection objects in .NET programs. Available methods include: AddClone. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsICollection, AsIEnumerable, Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of master slides in the collection.
AsICollectionIList<IMasterSlide>ReadExposes the collection as a generic list interface.
AsIEnumerableIEnumerable<IMasterSlide>ReadExposes the collection as an enumerable interface.

Methods

SignatureDescription
AddClone(sourceMaster: IMasterSlide)Adds a copy of a specified master slide to the end of the collection.

See Also