IMasterSlideCollection

IMasterSlideCollection — Aspose.Slides FOSS Java API Reference

IMasterSlideCollection — Represents a collection of master slides.

Package: org.aspose.slides.foss


Methods

MethodReturnsDescription
size()intReturns the number of master slides in the collection.
get(int index)IMasterSlideReturns the master slide at the given index.
asICollection()List<IMasterSlide>Returns this collection as an unmodifiable List.
asIEnumerable()Iterable<IMasterSlide>Returns this collection as an Iterable.
addClone(IMasterSlide sourceMaster)IMasterSlideAdds a clone of the specified master slide to the collection.

See Also