SectionCollection
General
SectionCollection is a class in Aspose.Slides for NET.
Inherits from: ISectionCollection.
SectionCollection és una classe en Aspose.Slides per NET. Hereta de: ゚ISectionCollection⌒’ .
Representa una col·lecció de seccions en una presentació.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read |
Mètodes
| Signature | Description |
|---|---|
AddSection(name: string, startedFromSlide: ISlide) | |
AppendEmptySection(name: string, startedFromIndex: int) | Creates an empty section with the given name starting at the slide index |
IndexOf(section: ISection) | Returns the zero‑based index of the specified section in the collection |
RemoveSection(section: ISection) | Deletes the given section but retains its slides in the presentation |
RemoveSectionWithSlides(section: ISection) | Removes the specified section and all slides it contains |
ReorderSectionWithSlides(section: ISection, index: int) | Moves the section and its slides to the given index position |
Clear() | Removes all sections from the presentation |
GetEnumerator() | Returns an enumerator for iterating over the sections |