MasterSlide
Overview
MasterSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, IMasterSlide.
Represents a master slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
layoutSlides | ILayoutSlideCollection | Read | Provides access to the master slide’s layout slide collection |
presentation | IPresentation | Read | Provides the owning presentation of the master slide |
Methods
| Signature | Description |
|---|---|
MasterSlide(layoutSlides: ILayoutSlideCollection) | Creates a MasterSlide with the given layout slides. |
MasterSlide(name: String, slideId: int, layoutSlides: ILayoutSlideCollection) | Creates a MasterSlide with the given name, ID, and layout slides. |
MasterSlide() | Creates a MasterSlide with no layout slides. |
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, masterPart: MasterSlidePart, layoutSlides: List<ILayoutSlide>) | Internal initialization for a master slide loaded from a package. |
getLayoutSlides() → ILayoutSlideCollection | Returns the collection of layout slides associated with this master slide |
getPresentation() → IPresentation | Returns the presentation that owns this master slide |