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. Extends with methods for adding/inserting/removing/cloning/reordering layout slides in context of the individual collections of master’s layout slides.

Properties

NameTypeAccessDescription
AsICollectionICollectionReadExposes the collection through the ICollection interface
AsIEnumerableIEnumerableReadExposes the collection through the IEnumerable interface
CountintRead

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