ISectionCollection

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

ISectionCollection — ISectionCollection API type. Inherits from: IEnumerable<ISection>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write

Methods

MethodReturnsDescription
AddSection(string name, ISlide startedFromSlide)voidThe newly added section.
AppendEmptySection(string name, int startedFromIndex)voidThe newly added section.
IndexOf(ISection section)voidThe zero-based index, or -1 if the section is not in the collection.
RemoveSection(ISection section)voidThe section to remove.
RemoveSectionWithSlides(ISection section)voidThe section to remove.
ReorderSectionWithSlides(ISection section, int index)voidThe target index.
Clear()void

See Also