MasterSlideCollection

MasterSlideCollection — Aspose.Slides FOSS C# (.NET) API Reference

MasterSlideCollection — MasterSlideCollection API type. Inherits from: IMasterSlideCollection, IEnumerable<IMasterSlide>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsICollectionIList<IMasterSlide>Read/Write
AsIEnumerableIEnumerable<IMasterSlide>Read/Write

Methods

MethodReturnsDescription
GetEnumerator()void
AddClone(IMasterSlide sourceMaster)void
GetNextMasterFileNumber()voidThe next available number for a master slide file.
GetNextLayoutFileNumber()voidThe next available number for a layout slide file.
GetMaxMasterLayoutIdInPresentation()voidThe maximum ID found, or 2147483647 if none exist.

See Also