ISectionCollection

General

ISectionCollection is a interface in Aspose.Slides for NET. Inherits from: IEnumerable<ISection>.

ISectionCollection és una interfície en Aspose.Slides per a NET. Hereta de: ゚IEnumerable⌒ .

Representa una col·lecció de seccions en una presentació.

Propietats

NameTypeAccessDescription
CountintReadGets the total number of sections in the collection

Mètodes

SignatureDescription
AddSection(name: string, startedFromSlide: ISlide)The newly added section.
AppendEmptySection(name: string, startedFromIndex: int)The newly added section.
IndexOf(section: ISection)The zero-based index, or -1 if the section is not in the collection.
RemoveSection(section: ISection)The section to remove.
RemoveSectionWithSlides(section: ISection)The section to remove.
ReorderSectionWithSlides(section: ISection, index: int)The target index.
Clear()Removes all sections from the collection
 Català