com.aspose.slides
Class LineFormatsEx

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

Deprecated.

@Deprecated
public class LineFormatsEx
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable<LineFormatEx>

Represents a collection of LineFormatEx objects.


Method Summary
 LineFormatEx get_Item(int index)
          Deprecated.  Gets the element at the specified index.
 int getCount()
          Deprecated.  Gets the number of elements actually contained in the collection.
 com.aspose.ms.System.Collections.IEnumerator<LineFormatEx> iterator()
          Deprecated.  Returns the enumerator for an entire collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Deprecated. 

Gets the number of elements actually contained in the collection.


get_Item

public LineFormatEx get_Item(int index)
Deprecated. 

Gets the element at the specified index.


iterator

public com.aspose.ms.System.Collections.IEnumerator<LineFormatEx> iterator()
Deprecated. 

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>
Returns:
IEnumerator for an entire collection.