com.aspose.slides
Class LineStylesEx

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

Deprecated.

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

Represents the collection of line styles.


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 an enumerator for the 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. Read-only LineFormatEx.


iterator

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

Returns an enumerator for the entire collection.

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