com.aspose.slides.pptx
Class LineStylesEx

java.lang.Object
  extended by com.aspose.slides.pptx.LineStylesEx

public class LineStylesEx
extends java.lang.Object


Method Summary
 LineFormatEx get(int index)
          Gets the element at the specified index.
 java.util.Iterator iterator()
          Returns an enumerator for the entire collection.
 int size()
          Returns the number of elements in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Returns the number of elements in a collection.


get

public LineFormatEx get(int index)
Gets the element at the specified index.


iterator

public java.util.Iterator iterator()
Returns an enumerator for the entire collection.