GlobalLayoutSlideCollection

GlobalLayoutSlideCollection

Overview

GlobalLayoutSlideCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: LayoutSlideCollection, IGlobalLayoutSlideCollection.

Aggregates all layout slides across all master slides in a presentation.

Properties

NameTypeAccessDescription
CountintReadGets the total number of layout slides in the collection
AsICollectionICollectionReadExposes the collection as an ICollection interface
AsIEnumerableIEnumerableReadExposes the collection as an IEnumerable interface
AsILayoutSlideCollectionILayoutSlideCollectionReadExposes the collection as an ILayoutSlideCollection interface

Methods

SignatureDescription
GetByType(type: SlideLayoutType)Returns the layout slide matching the specified SlideLayoutType
GetEnumerator()Provides an iterator to traverse the layout slides

See Also