IMasterSlideCollection
Overview
IMasterSlideCollection is a interface in Aspose.Slides FOSS for Java.
Represents a collection of master slides.
Methods
| Signature | Description |
|---|---|
size() → int | Returns the number of master slides in the collection. |
get(index: int) → IMasterSlide | Returns the master slide at the given index. |
asICollection() → List<IMasterSlide> | Returns this collection as an unmodifiable {@link List}. |
asIEnumerable() → Iterable<IMasterSlide> | Returns this collection as an {@link Iterable}. |
addClone(sourceMaster: IMasterSlide) → IMasterSlide | Adds a clone of the specified master slide to the collection. |