IGlobalLayoutSlideCollection

IGlobalLayoutSlideCollection

Overview

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

Represents a collection of all layout slides in presentation.

This interface provides 1 method for working with IGlobalLayoutSlideCollection 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, AsILayoutSlideCollection, Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of layout slides in the collection.
AsILayoutSlideCollectionILayoutSlideCollectionReadReturns ILayoutSlideCollection interface.
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