IMasterLayoutSlideCollection

IMasterLayoutSlideCollection

Overview

IMasterLayoutSlideCollection is a interface in Aspose.Slides FOSS for .NET. Inherits from: ILayoutSlideCollection.

Represents a collection of layout slides belonging to a master slide.

This interface provides 1 method for working with IMasterLayoutSlideCollection objects in .NET programs. Available methods include: GetByType. 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 layout slides in the collection.
AsICollectionICollectionReadReturns this collection as an ICollection interface.
AsIEnumerableIEnumerableReadReturns this collection as an IEnumerable interface.

Methods

SignatureDescription
GetByType(type: SlideLayoutType)Returns the first layout slide of the specified type.

See Also