LayoutSlide
Overview
LayoutSlide is a class in Aspose.Slides FOSS for .NET.
Inherits from: BaseSlide, ILayoutSlide.
Represents a layout slide in a presentation.
Properties: LayoutType, MasterSlide, Name, Presentation, Shapes, SlideId.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MasterSlide | IMasterSlide? | Read/Write | Gets or sets the master slide. |
LayoutType | SlideLayoutType | Read | Gets the layout type. |
Presentation | IPresentation? | Read | Gets the presentation. |
Shapes | IShapeCollection? | Read | Gets the shapes. |
Name | string | Read/Write | Gets or sets the name. |
SlideId | int | Read | Gets the slide id. |