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