com.aspose.slides
Class FillStylesEx

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

Deprecated.

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

Represents the collection of fill styles.


Method Summary
 FillFormatEx 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<FillFormatEx> 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 FillFormatEx get_Item(int index)
Deprecated. 

Gets the element at the specified index. Read-only FillFormatEx.


iterator

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

Returns an enumerator for the entire collection.

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