LayoutSlideCollection class

LayoutSlideCollection class

Represents a base class for collection of a layout slides.

The LayoutSlideCollection type exposes the following members:

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

Indexer

NameDescription
[index]

Methods

MethodDescription
get_by_typeReturns the first layout slide of specified type.
A type of layout slide to find.LayoutSlide with specified type or null if no layouts found.
removeRemoves a layout from the collection.
remove_unusedRemoves unused layout slides (layout slides whose HasDependingSlides is false).

See Also