IMasterSlide
Overview
IMasterSlide is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IBaseSlide.
Represents a master slide in a presentation.
Properties: LayoutSlides, Name, Presentation, Shapes, SlideId.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LayoutSlides | IMasterLayoutSlideCollection | Read | Returns the collection of child layout slides for this master 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. |