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:GlobalLayoutSlideCollection → LayoutSlideCollection

The GlobalLayoutSlideCollection type exposes the following members:

Indexer

NameDescription
[index]

Methods

MethodDescription
add_clone(self, source_layout)Adds a copy of a specified layout slide to the presentation.
add_clone(self, source_layout, dest_master)Adds a copy of a specified layout slide to the presentation.
get_by_type(self, type)Returns the first layout slide of specified type.
A type of layout slide to find.LayoutSlide with specified type or None if no layouts found.
remove(self, value)Removes a layout from the collection.
remove_unused(self)Removes unused layout slides (layout slides whose HasDependingSlides is false).
add(self, master, layout_type, layout_name)Adds a new layout slide to the presentation.

See Also