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

NameTypeAccessDescription
NamestringRead/WriteGets or sets the name.
SectionIdGuidReadGets the section id.
StartedFromSlideISlide?ReadGets the started from slide.

Methods

SignatureDescription
GetSlidesListOfSection()Returns the collection of slides that belong to this section

See Also