ISectionCollection
Vue de l’ensemble
‘ISectionCollection’ est une interface dans Aspose.Slides FOSS pour .NET. hérite de: ‘Ineumerable<ISección>’.
Il représente une collection de sections dans une présentation.
Cette interface fournit 7 méthodes pour travailler avec les objets ISectionCollection dans des programmes .NET. Les méthodologies disponibles comprennent: ‘AddSection’, ‘AppendEmptyS section’, Clear', ‘IndexOf’, 'RemoveS section', ’RimoveSectionWithSlides', ‚ReorderS SectionVith Slide. Tous les membres publics sont accessibles à n’importe quelle application .Net après l’installation de l’Aspose.Snits FOSS pour le package .net. Propriétés: Count
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of sections in the collection. |
méthodes
| Signature | Description |
|---|---|
AddSection(name: string, startedFromSlide: ISlide) | Adds a new section started from the specified slide. |
AppendEmptySection(name: string, startedFromIndex: int) | Adds an empty section with the specified name to the end of the collection. |
IndexOf(section: ISection) | Returns the index of the specified section, or -1 if not found. |
RemoveSection(section: ISection) | Removes the specified section from the collection. |
RemoveSectionWithSlides(section: ISection) | Removes the specified section and all its slides from the collection. |
ReorderSectionWithSlides(section: ISection, index: int) | Moves the section and its slides to the specified position. |
Clear() | Removes all sections from the collection. |
Voir aussi
- Aspose.Slides - référence API d’entreprise