MasterLayoutSlideCollection

MasterLayoutSlideCollection

Overview

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

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

This class provides 2 methods for working with MasterLayoutSlideCollection objects in .NET programs. Available methods include: GetByType, GetEnumerator. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package. Properties: AsICollection, AsIEnumerable, Count.

Properties

NameTypeAccessDescription
AsICollectionICollectionReadGets the as i collection.
AsIEnumerableIEnumerableReadGets the as i enumerable.
CountintReadGets the count.

Methods

SignatureDescription
GetByType(type: SlideLayoutType)Returns the master layout slide of the given SlideLayoutType
GetEnumerator()Returns an enumerator for iterating over the collection

See Also