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.

This class provides 2 methods for working with GlobalLayoutSlideCollection 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, AsILayoutSlideCollection, Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of layout slides.
AsICollectionICollectionReadGets the as i collection.
AsIEnumerableIEnumerableReadGets the as i enumerable.
AsILayoutSlideCollectionILayoutSlideCollectionReadReturns this collection as an ILayoutSlideCollection.

Methods

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

See Also