MasterSlideCollection

MasterSlideCollection

Overview

MasterSlideCollection is a class in Aspose.Slides FOSS for .NET. Inherits from: IMasterSlideCollection, IEnumerable<IMasterSlide>.

Represents a collection of master slides in a presentation.

Properties

NameTypeAccessDescription
CountintRead
AsICollectionIList<IMasterSlide>Read
AsIEnumerableIEnumerable<IMasterSlide>Read

Methods

SignatureDescription
GetEnumerator()Returns an enumerator that iterates through the master slides.
AddClone(sourceMaster: IMasterSlide)Creates and adds a clone of the specified source master slide
GetNextMasterFileNumber()The next available number for a master slide file.
GetNextLayoutFileNumber()The next available number for a layout slide file.
GetMaxMasterLayoutIdInPresentation()The maximum ID found, or 2147483647 if none exist.

See Also