ISection

Overview

ISection is a interface in Aspose.Slides FOSS for .NET.

Represents a section of slides in a presentation.

Properties

NameTypeAccessDescription
NamestringRead/WriteGets or sets the display name of the section
SectionIdGuidReadGets the unique identifier (Guid) of the section
StartedFromSlideISlide?ReadGets the slide where the section begins, or null if not set

Methods

SignatureDescription
GetSlidesListOfSection()A list of slides in this section.

See Also