LayoutSlide — Aspose.Slides FOSS Java API Reference
LayoutSlide — Represents a layout slide. Inherits from: BaseSlide, ILayoutSlide.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
masterSlide | IMasterSlide | Read/Write | |
layoutType | SlideLayoutType | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(IPresentation presentation, OpcPackage opcPackage, String partName, LayoutSlidePart layoutPart, Function<String, IMasterSlide> masterResolver) | void | Internal initialization for a layout slide loaded from a package. |
getMasterSlide() | IMasterSlide | |
setMasterSlide(IMasterSlide value) | void | |
getLayoutType() | SlideLayoutType | |
setLayoutType(SlideLayoutType layoutType) | void | Sets the layout type (internal). |
getPresentation() | IPresentation |