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.

This class provides 9 methods for working with MasterLayoutSlideCollection objects in Java programs. Available methods include: LayoutSlideCollection, MasterLayoutSlideCollection, asICollection, asIEnumerable, get, getByType, iterator, size. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.

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
LayoutSlideCollection()Creates an empty LayoutSlideCollection.

See Also