IMasterSlideCollection class

IMasterSlideCollection class

Represents a collection of master slides.

The IMasterSlideCollection type exposes the following members:

Gets the element at the specified index. Read-only IMasterSlide.

Indexer

NameDescription
[index]

Methods

MethodDescription
removeRemoves the first occurrence of a specific object from the collection.
remove_atRemoves the element at the specified index of the collection.
remove_unusedRemoves unused master slides.
add_cloneAdds a copy of a specified master slide to the end of the collection.
Linked layout slides will be copied too.
insert_cloneInserts a copy of a specified master slide to specified position of the collection.
Linked layout slides will be copied too.

See Also