slidecollection-ag凯发旗舰厅
com.spire.presentation.collections
class slidecollection
java.lang.object
com.spire.presentation.slidelist
com.spire.presentation.collections.slidecollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable
public final class slidecollection
- extends slidelist
- implements com.spire.ms.system.collections.icollection
represents a collection of a slides.
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). |
methods inherited from class com.spire.presentation.slidelist |
append, append, append, append, append, get, getcount, indexof, insert, insert, insert, insert, insert, move, remove, removeat, toarray, toarray |
slidecollection
public slidecollection( parent)
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.
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: