shapeadjustcollection-ag凯发旗舰厅



com.spire.presentation.collections
class shapeadjustcollection

java.lang.object
  extended by com.spire.presentation.collections.shapeadjustmentlist
      extended by com.spire.presentation.collections.shapeadjustcollection
all implemented interfaces:
com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable

public final class shapeadjustcollection
extends shapeadjustmentlist
implements com.spire.ms.system.collections.icollection

reprasents a collection of shape's adjustments.


constructor summary
shapeadjustcollection(shapenode parent)
           
 
method summary
 void copyto(java.lang.object[] array, int index)
          copies all elements from the collection to the specified array.
 java.lang.object getsyncroot()
          gets a synchronization root.
 boolean issynchronized()
          gets a value indicating whether access to the collection is synchronized (thread-safe).
 com.spire.ms.system.collections.ienumerator iterator()
          gets a iterator of the collection.
 int size()
          gets the size of the collection.
 
methods inherited from class com.spire.presentation.collections.shapeadjustmentlist
get, getcount
 
constructor detail

shapeadjustcollection

public shapeadjustcollection(shapenode parent)
method detail

copyto

public void copyto(java.lang.object[] array,
                   int index)
copies all elements from the collection to the specified array.
parameters:
array - target array.
index - starting index in the target array.

size

public int size()
gets the size of the collection.
returns:

issynchronized

public boolean issynchronized()
gets a value indicating whether access to the collection is synchronized (thread-safe).
returns:

getsyncroot

public java.lang.object getsyncroot()
gets a synchronization root. readonly .
returns:

iterator

public com.spire.ms.system.collections.ienumerator iterator()
gets a iterator of the collection.
returns:


网站地图