com.aspose.slides.pptx
Class FillStylesEx

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

public class FillStylesEx
extends java.lang.Object

Represents collection of fill styles.


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

Method Detail

size

public int size()
Gets the number of elements actually contained in the collection.


get

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

Parameters:
index -

iterator

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

Returns:
enumerator for the entire collection.