ISectionCollection — Aspose.Slides FOSS C# (.NET) API Reference
ISectionCollection — ISectionCollection API type. Inherits from: IEnumerable<ISection>.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
AddSection(string name, ISlide startedFromSlide) | void | The newly added section. |
AppendEmptySection(string name, int startedFromIndex) | void | The newly added section. |
IndexOf(ISection section) | void | The zero-based index, or -1 if the section is not in the collection. |
RemoveSection(ISection section) | void | The section to remove. |
RemoveSectionWithSlides(ISection section) | void | The section to remove. |
ReorderSectionWithSlides(ISection section, int index) | void | The target index. |
Clear() | void |