IMasterSlideCollection

IMasterSlideCollection

Overview

IMasterSlideCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of master slides.

Properties

NameTypeAccessDescription
CountintReadGets the total number of master slides in the collection
AsICollectionIList<IMasterSlide>ReadProvides the master slides as an IList
AsIEnumerableIEnumerable<IMasterSlide>ReadProvides the master slides as an IEnumerable

Methods

SignatureDescription
AddClone(sourceMaster: IMasterSlide)The new cloned master slide.

See Also