SectionCollection class

SectionCollection class

Represents a collection of sections.

The SectionCollection type exposes the following members:

Gets the element at the specified index. Read-only ISection.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_sectionAdd slides section started form specific slide.
append_empty_sectionAdd empty section to the end of the collection.
add_empty_sectionAdd empty section to specified position of the collection.
index_ofReturns an index of the specified section in the collection.
remove_section_with_slidesRemove section and slides contained in the section.
remove_sectionRemove section. Slides contained in the section will be merged into previous section.
reorder_section_with_slidesMoves section and its slides from the collection to the specified position.
clearRemoves all sections from the collection.

See Also