LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for Java.
Inherits from: BaseSlide, ILayoutSlide.
Represents a layout slide.
This class provides 14 methods for working with LayoutSlide objects in Java programs.
Available methods include: BaseSlide, LayoutSlide, asIPresentationComponent, getLayoutType, getMasterSlide, getName, getPresentation, getShapes, getSlide, getSlideId, initInternal, setLayoutType, and 2 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: layoutType, masterSlide, name, presentation, shapes, slide, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
masterSlide | IMasterSlide | Read | Gets the master slide. |
layoutType | SlideLayoutType | Read | Gets the layout type. |
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 |
|---|---|
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 | Returns the master slide. |
setMasterSlide(value: IMasterSlide) | Sets the master slide value. |
getLayoutType() → SlideLayoutType | Returns the layout type. |
setLayoutType(layoutType: SlideLayoutType) | Sets the layout type (internal). |
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 |