ILayoutSlideCollection class

ILayoutSlideCollection class

Represents a base class for collection of a layout slides.

The ILayoutSlideCollection type exposes the following members:

Returns the layout slide by index. Read-only ILayoutSlide.

Indexer

NameDescription
[index]

Methods

MethodDescription
get_by_type(self, type)Returns the first layout slide of specified type.
remove(self, value)Removes a layout from the collection.
remove_unused(self)Removes unused layout slides (layout slides whose HasDependingSlides is false).

See Also