lineformatexcollection-ag凯发旗舰厅
com.spire.presentation.collections
class lineformatexcollection
java.lang.object
com.spire.presentation.collections.lineformatexcollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, java.lang.iterable
public final class lineformatexcollection
- extends
- implements com.spire.ms.system.collections.icollection
represents a collection of lineformat objects.
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). |
int |
size()
gets the size of the collection. |
lineformatexcollection
public lineformatexcollection()
copyto
public void copyto(java.lang.object[] array,
int index)
- copies all elements from the collection to the specified array.
- parameters:
array
- index
-
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:
size
public int size()
- gets the size of the collection.
- returns: