com.aspose.slides
Class LineFormatExCollection

java.lang.Object
  extended by com.aspose.slides.LineFormatsEx
      extended by com.aspose.slides.LineFormatExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection<LineFormatEx>, com.aspose.ms.System.Collections.IEnumerable<LineFormatEx>, java.lang.Iterable<LineFormatEx>

public final class LineFormatExCollection
extends LineFormatsEx
implements com.aspose.ms.System.Collections.ICollection<LineFormatEx>

Represents a collection of LineFormatEx objects.


Method Summary
 void copyTo(com.aspose.ms.System.Array array, int index)
           Copies all elements from the collection to the specified array.
 LineFormatEx get_Item(int index)
           Gets the element at the specified index.
 int getCount()
           Gets the number of elements actually contained in the collection.
 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<LineFormatEx> iterator()
           Returns the enumerator for an 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<LineFormatEx>
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<LineFormatEx>

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

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

size

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

getCount

public int getCount()
Description copied from class: LineFormatsEx

Gets the number of elements actually contained in the collection.

Overrides:
getCount in class LineFormatsEx

get_Item

public LineFormatEx get_Item(int index)
Description copied from class: LineFormatsEx

Gets the element at the specified index.

Overrides:
get_Item in class LineFormatsEx

iterator

public com.aspose.ms.System.Collections.IEnumerator<LineFormatEx> iterator()
Description copied from class: LineFormatsEx

Returns the enumerator for an entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable<LineFormatEx>
Specified by:
iterator in interface java.lang.Iterable<LineFormatEx>
Overrides:
iterator in class LineFormatsEx
Returns:
IEnumerator for an entire collection.