ILayoutSlideCollection

ILayoutSlideCollection interface

Represents a base class for collection of a layout slides.

public interface ILayoutSlideCollection : IGenericCollection<ILayoutSlide>

Properties

NameDescription
Item { get; }Returns the layout slide by index. Read-only ILayoutSlide.

Methods

NameDescription
GetByType(SlideLayoutType)Returns the first layout slide of specified type.
Remove(ILayoutSlide)Removes a layout from the collection.
RemoveUnused()Removes unused layout slides (layout slides whose HasDependingSlides is false).

See Also