GlobalLayoutSlideCollection class

GlobalLayoutSlideCollection class

Represents a collection of all layout slides in presentation. Extends LayoutSlideCollection class with methods for adding/cloning layout slides in context of uniting of the individual collections of master’s layout slides.

Inheritance:GlobalLayoutSlideCollectionLayoutSlideCollection

The GlobalLayoutSlideCollection type exposes the following members:

Indexer

NameDescription
[index]

Methods

MethodDescription
add_cloneAdds a copy of a specified layout slide to the presentation.
add_cloneAdds a copy of a specified layout slide to the presentation.
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).
addAdds a new layout slide to the presentation.

See Also