IBaseSlide
Overview
IBaseSlide is a interface in Aspose.Slides FOSS for .NET.
Represents a base slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Presentation | IPresentation? | Read | Provides access to the parent IPresentation object containing the slide |
Shapes | IShapeCollection? | Read | Provides the collection of shapes placed on the slide |
Name | string | Read/Write | Gets or sets the slide’s name identifier |
SlideId | int | Read | Gets the unique integer identifier of the slide within the presentation |