com.aspose.slides
Interface ISmartArtShapeCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<ISmartArtShape>, IGenericCollection<ISmartArtShape>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISmartArtShape>, java.lang.Iterable<ISmartArtShape>
All Known Implementing Classes:
SmartArtShapeCollection

public interface ISmartArtShapeCollection
extends IGenericCollection<ISmartArtShape>

Represents a collection of SmartArt shapes


Method Summary
 ISmartArtShape get_Item(int index)
           Gets the element at the specified index.
 
Methods inherited from interface com.aspose.slides.IGenericCollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ISmartArtShape get_Item(int index)

Gets the element at the specified index. Read-only ISmartArtShape.

Parameters:
index - Zero-based index of the element



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.