SectionCollection — Aspose.Slides FOSS C# (.NET) API Reference
SectionCollection — SectionCollection API type. Inherits from: ISectionCollection.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
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 |