IMasterLayoutSlideCollection class

IMasterLayoutSlideCollection class

Represents a collections of all layout slides of defined master slide. Extends ILayoutSlideCollection interface with methods for adding/inserting/removing/cloning layout slides in context of the individual collections of master’s layout slides.

The IMasterLayoutSlideCollection type exposes the following members:

Indexer

NameDescription
[index]

Methods

MethodDescription
add_cloneAdds a copy of a specified layout slide to the end of the collection.
insert_cloneInserts a copy of a specified layout slide to specified position of the collection.
addAdds a new layout slide to the end of the collection.
insertInserts a new layout slide to specified position of the collection.
remove_atRemoves the element at the specified index of the collection.
reorderMoves layout slide from the collection to the specified position.
get_by_type
remove
remove_unused

See Also