BaseSlide
Overview
BaseSlide is a class in Aspose.Slides FOSS for .NET.
Inherits from: IBaseSlide.
Base class for Slide, LayoutSlide, and MasterSlide providing common slide functionality.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Presentation | IPresentation? | Read | Provides the IPresentation that contains this slide |
Shapes | IShapeCollection? | Read | Returns the IShapeCollection of all shapes placed on the slide |
Name | string | Read/Write | Gets or sets the slide’s display name |
SlideId | int | Read | Is the integer identifier uniquely assigned to the slide |