public class SmartArtShapeCollection extends java.lang.Object implements ISmartArtShapeCollection
Represents a collection of a SmartArt shapes
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array.
|
ISmartArtShape |
get_Item(int index)
Gets the element at the specified index.
|
java.lang.Object |
getSyncRoot()
Returns a synchronization root.
|
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISmartArtShape> |
iterator()
Returns an enumerator that iterates through the collection.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISmartArtShape> |
iteratorJava()
Returns a java iterator for the entire collection.
|
int |
size()
Gets the number of elements actually contained in the collection.
|
public final int size()
Gets the number of elements actually contained in the collection.
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollection<ISmartArtShape>public final ISmartArtShape get_Item(int index)
Gets the element at the specified index.
Read-only SmartArtShape.
get_Item in interface ISmartArtShapeCollectionindex - Index of shapepublic final boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only boolean.
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<ISmartArtShape>public final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<ISmartArtShape>public final void copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array.
copyTo in interface com.aspose.ms.System.Collections.ICollection<ISmartArtShape>array - Target array.index - Starting index in the target array.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISmartArtShape> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ISmartArtShape>iterator in interface com.aspose.ms.System.Collections.IEnumerable<ISmartArtShape>iterator in interface java.lang.Iterable<ISmartArtShape>IGenericEnumerator that can be used to iterate through the collection.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ISmartArtShape> iteratorJava()
Returns a java iterator for the entire collection.
iteratorJava in interface IGenericCollection<ISmartArtShape>Iterator for the entire collection.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.