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

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name of the section.
SectionIdGuidReadGets the unique identifier of the section.
StartedFromSlideISlide?ReadGets the first slide of the section.

Methods

SignatureDescription
GetSlidesListOfSection()Returns the list of slides belonging to this section.

See Also