ISectionSlideCollection
All Implemented Interfaces: com.aspose.slides.IGenericCollection
public interface ISectionSlideCollection extends IGenericCollection<ISlide>
Represents a collection of a slides in the section.
Methods
Method | Description |
---|---|
get_Item(int index) | Gets the element at the specified index. |
get_Item(int index)
public abstract ISlide get_Item(int index)
Gets the element at the specified index. Read-only ISlide.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int |
Returns: ISlide