ISection
Overview
ISection is a interface in Aspose.Slides FOSS for .NET.
Represents a section of slides in a presentation.
This interface provides 1 method for working with ISection objects in .NET programs.
Available methods include: GetSlidesListOfSection.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: Name, SectionId, StartedFromSlide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read/Write | Gets or sets the name of the section. |
SectionId | Guid | Read | Gets the unique identifier of the section. |
StartedFromSlide | ISlide? | Read | Gets the first slide of the section. |
Methods
| Signature | Description |
|---|---|
GetSlidesListOfSection() | Returns the list of slides belonging to this section. |