ILayoutSlideCollection
ILayoutSlideCollection interface
Represents a base class for collection of a layout slides.
public interface ILayoutSlideCollection : IGenericCollection<ILayoutSlide>
Properties
Name | Description |
---|
Item { get; } | Returns the layout slide by index. Read-only ILayoutSlide . |
Methods
Name | Description |
---|
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