com.spire.presentation.collections
Class LineFormatExCollection

java.lang.Object
  extended by com.spire.presentation.collections.LineFormatsEx
      extended by 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 LineFormatsEx
implements com.spire.ms.System.Collections.ICollection

Represents a collection of LineFormat objects.


Constructor Summary
LineFormatExCollection()
           
 
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.
 

Constructor Detail

LineFormatExCollection

public LineFormatExCollection()
Method Detail

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: