com.aspose.slides
Class FillFormatsEx

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

Deprecated.

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

Represents a collection of FillFormatEx objects.


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.