ILayoutSlide
Overview
ILayoutSlide is a interface in Aspose.Slides FOSS for Java.
Inherits from: IBaseSlide.
Represents a layout slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
masterSlide | IMasterSlide | Read | Returns the master slide for this layout. |
layoutType | SlideLayoutType | Read | Returns the layout type of this slide. |
Methods
| Signature | Description |
|---|---|
getMasterSlide() → IMasterSlide | Returns the master slide for this layout. |
setMasterSlide(value: IMasterSlide) | Sets the master slide for this layout. |
getLayoutType() → SlideLayoutType | Returns the layout type of this slide. |