MasterSlide
Overview
MasterSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, IMasterSlide.
Represents a master slide in a presentation.
This class provides 13 methods for working with MasterSlide objects in Java programs.
Available methods include: BaseSlide, MasterSlide, asIPresentationComponent, getLayoutSlides, getName, getPresentation, getShapes, getSlide, getSlideId, initInternal, setName.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: layoutSlides, name, presentation, shapes, slide, slideId.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
layoutSlides | ILayoutSlideCollection | Read | Gets the layout slides. |
presentation | IPresentation | Read | Gets the presentation. |
name | String | Read | Gets the name. |
slideId | int | Read | Gets the slide id. |
shapes | IShapeCollection | Read | Gets the shapes. |
slide | IBaseSlide | Read | Gets the 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 layout slides. |
getPresentation() → IPresentation | Returns the presentation. |
BaseSlide() | Creates a BaseSlide with default values. |
getName() → String | Returns the name. |
setName(name: String) | Sets the name value. |
getSlideId() → int | Returns the slide id. |
getShapes() → IShapeCollection | Returns the shapes. |
getSlide() → IBaseSlide | Returns the slide. |
asIPresentationComponent() → IPresentationComponent |