IMasterSlideCollection — Aspose.Slides FOSS Java API Reference
IMasterSlideCollection — Represents a collection of master slides.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
size() | int | Returns the number of master slides in the collection. |
get(int index) | IMasterSlide | Returns 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) | IMasterSlide | Adds a clone of the specified master slide to the collection. |