LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, ILayoutSlide.
Represents a layout slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
masterSlide | IMasterSlide | Read | Property provides access to the layout slide’s master slide |
layoutType | SlideLayoutType | Read | Property provides the layout type of the layout slide |
presentation | IPresentation | Read | Property provides the owning presentation of the layout slide |
Methods
| Signature | Description |
|---|---|
LayoutSlide() | Creates a new empty LayoutSlide. |
initInternal(presentation: IPresentation, opcPackage: OpcPackage, partName: String, layoutPart: LayoutSlidePart, masterResolver: Function<String, IMasterSlide>) | Internal initialization for a layout slide loaded from a package. |
getMasterSlide() → IMasterSlide | |
setMasterSlide(value: IMasterSlide) | Assigns the specified master slide to this layout slide |
getLayoutType() → SlideLayoutType | |
setLayoutType(layoutType: SlideLayoutType) | Sets the layout type (internal). |
getPresentation() → IPresentation | Returns the presentation that owns this layout slide |