public final class AdjustValueCollection extends DomObject<GeometryShape> implements IAdjustValueCollection
Reprasents a collection of shape's adjustments.
| 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.
|
IAdjustValue |
get_Item(int index)
Returns adjustment by 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.IEnumerator |
iterator()
Returns an enumerator for the entire collection.
|
int |
size()
Return a number of adjustments.
|
getParent_Immediatepublic final int size()
Return a number of adjustments.
Read-only int.
size in interface com.aspose.ms.System.Collections.ICollectionpublic final IAdjustValue get_Item(int index)
Returns adjustment by index.
get_Item in interface IAdjustValueCollectionindex - adjustment's index.AdjustValue.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.ICollectionarray - Target array.index - Starting index in the target array.public 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.ICollectionpublic final java.lang.Object getSyncRoot()
Returns a synchronization root.
Read-only Object.
getSyncRoot in interface com.aspose.ms.System.Collections.ICollectionpublic final com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator in interface com.aspose.ms.System.Collections.IEnumerableiterator in interface java.lang.IterableCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.