IBaseSlide
Overview
IBaseSlide is a interface in Aspose.Slides FOSS for .NET.
Represents a base slide.
Properties: Name, Presentation, Shapes, SlideId.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
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. |