IMasterSlideCollection

IMasterSlideCollection interface

Represents a collection of master slides.

public interface IMasterSlideCollection : IGenericCollection<IMasterSlide>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IMasterSlide.

Methods

NameDescription
AddClone(IMasterSlide)Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too.
InsertClone(int, IMasterSlide)Inserts a copy of a specified master slide to specified position of the collection. Linked layout slides will be copied too.
Remove(IMasterSlide)Removes the first occurrence of a specific object from the collection.
RemoveAt(int)Removes the element at the specified index of the collection.
RemoveUnused(bool)Removes unused master slides.

See Also