GlobalLayoutSlideCollection — Aspose.Slides FOSS Java API Reference
GlobalLayoutSlideCollection — Represents a collection of all layout slides in presentation. Inherits from: LayoutSlideCollection, IGlobalLayoutSlideCollection.
Package: org.aspose.slides.foss
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(List<ILayoutSlide> layouts) | void | Internal initialization with a list of all layout slides. |
add(ILayoutSlide layout) | void | Adds a layout slide to the collection. |
asILayoutSlideCollection() | ILayoutSlideCollection | Returns this collection as an ILayoutSlideCollection. |