com.aspose.slides.pptx
Class LineFormatsEx

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

public class LineFormatsEx
extends java.lang.Object

Represents a collection of LineFormatEx objects.


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.