com.aspose.slides
Class AdjustValueExCollection

java.lang.Object
  extended by com.aspose.slides.AdjustmentsEx
      extended by com.aspose.slides.AdjustValueExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<AdjustValueEx>, com.aspose.ms.System.Collections.IEnumerable<AdjustValueEx>, java.lang.Iterable<AdjustValueEx>

public final class AdjustValueExCollection
extends AdjustmentsEx
implements com.aspose.ms.System.Collections.ICollection<AdjustValueEx>

Reprasents a collection of shape's adjustments.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 AdjustValueEx get_Item(int index)
           Returns adjustment by index.
 int getCount()
           Return a number of adjustments.
 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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyTo

public void copyTo(com.aspose.ms.System.Array array,
                   int index)

Copies all elements from the collection to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection<AdjustValueEx>
Parameters:
array - Target array.
index - Starting index in the target array.

isSynchronized

public boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe).

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection<AdjustValueEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<AdjustValueEx>

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<AdjustValueEx>
Specified by:
iterator in interface java.lang.Iterable<AdjustValueEx>

size

public int size()
Specified by:
size in interface com.aspose.ms.System.Collections.ICollection<AdjustValueEx>

getCount

public int getCount()
Description copied from class: AdjustmentsEx

Return a number of adjustments.

Overrides:
getCount in class AdjustmentsEx

get_Item

public AdjustValueEx get_Item(int index)
Description copied from class: AdjustmentsEx

Returns adjustment by index.

Overrides:
get_Item in class AdjustmentsEx
Parameters:
index - adjustment's index.
Returns:
AdjustValueEx.