ISectionSlideCollection

All Implemented Interfaces: com.aspose.slides.IGenericCollection

public interface ISectionSlideCollection extends IGenericCollection<ISlide>

Represents a collection of a slides in the section.

Methods

MethodDescription
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:

ParameterTypeDescription
indexint

Returns: ISlide