ISectionCollection
Contents
[
Hide
]ISectionCollection interface
Represents a collection of sections.
public interface ISectionCollection : IGenericCollection<ISection>
Properties
| Name | Description | 
|---|---|
| Item { get; } | Gets the element at the specified index. Read-only ISection. | 
Methods
| Name | Description | 
|---|---|
| AddEmptySection(string, int) | Add empty section to specified position of the collection. | 
| AddSection(string, ISlide) | Add new section started form specific slide. | 
| AppendEmptySection(string) | Add empty section to the end of the collection. | 
| Clear() | Removes all sections from the collection. | 
| IndexOf(ISection) | Returns an index of the specified section in the collection. | 
| RemoveSection(ISection) | Remove section. Slides contained in the section will be merged into previous section. | 
| RemoveSectionWithSlides(ISection) | Remove section and slides contained in the section. | 
| ReorderSectionWithSlides(ISection, int) | Moves section and its slides from the collection to the specified position. | 
See Also
- interface IGenericCollection<T>
 - interface ISection
 - namespace Aspose.Slides
 - assembly Aspose.Slides