Section
Overview
Section is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISection.
Represents a section of slides in a presentation.
This class provides 1 method for working with Section objects in .NET programs.
Available methods include: GetSlidesListOfSection.
All exported 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. |
SectionId | Guid | Read | Gets the section id. |
StartedFromSlide | ISlide? | Read | Gets the started from slide. |
Methods
| Signature | Description |
|---|---|
GetSlidesListOfSection() | Returns the collection of slides that belong to this section |