MasterLayoutSlideCollection

MasterLayoutSlideCollection

Overview

MasterLayoutSlideCollection is a class in Aspose.Slides FOSS for Java. Inherits from: LayoutSlideCollection, IMasterLayoutSlideCollection.

Represents a collection of all layout slides of the defined master slide.

Methods

SignatureDescription
MasterLayoutSlideCollection()Creates an empty MasterLayoutSlideCollection.
MasterLayoutSlideCollection(layouts: List<ILayoutSlide>)Creates a MasterLayoutSlideCollection with the given layouts.
get(index: int)ILayoutSlideRetrieves the ILayoutSlide at the specified zero‑based index
size()int
asICollection()List<ILayoutSlide>
asIEnumerable()Iterable<ILayoutSlide>Returns the layouts as an Iterable for foreach loops
iterator()Iterator<ILayoutSlide>Provides an Iterator over the ILayoutSlide elements
getByType(type: SlideLayoutType)ILayoutSlideReturns the first ILayoutSlide matching the specified SlideLayoutType

See Also