SectionCollection

SectionCollection — Aspose.Slides FOSS C# (.NET) API Reference

SectionCollection — SectionCollection API type. Inherits from: ISectionCollection.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write

Methods

MethodReturnsDescription
AddSection(string name, ISlide startedFromSlide)void
AppendEmptySection(string name, int startedFromIndex)void
IndexOf(ISection section)void
RemoveSection(ISection section)void
RemoveSectionWithSlides(ISection section)void
ReorderSectionWithSlides(ISection section, int index)void
Clear()void
GetEnumerator()void

See Also