SectionCollection
Contents
[
Hide
]
SectionCollection class
Represents a collection of sections.
The SectionCollection type exposes the following members:
Properties
Name | Description |
---|---|
as_i_collection | Returns ICollection class. |
as_i_enumerable | Returns IEnumerable class. |
Indexer
Name | Description |
---|---|
[index] | Gets the element at the specified index. Read-only ISection. |
Methods
Name | Description |
---|---|
add_section(name, started_from_slide) | Add slides section started form specific slide. |
append_empty_section(name) | Add empty section to the end of the collection. |
add_empty_section(name, index) | Add empty section to specified position of the collection. |
index_of(section) | Returns an index of the specified section in the collection. |
remove_section_with_slides(section) | Remove section and slides contained in the section. |
remove_section(section) | Remove section and slides contained in the section. |
reorder_section_with_slides(section, index) | Moves section and its slides from the collection to the specified position. |
clear() | Removes all sections from the collection. |
See Also
- namespace aspose.slides
- assembly Aspose.Slides