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