ISection
Overview
ISection is a interface in Aspose.Slides FOSS for .NET.
Represents a section of slides in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the display name of the section |
SectionId | Guid | Read | Gets the unique identifier (Guid) of the section |
StartedFromSlide | ISlide? | Read | Gets the slide where the section begins, or null if not set |
Methods
| Signature | Description |
|---|---|
GetSlidesListOfSection() | A list of slides in this section. |