com.spire.presentation.drawing
Class FillStyleList
java.lang.Object
com.spire.presentation.drawing.FillStyleList
- All Implemented Interfaces:
- com.spire.ms.System.Collections.IEnumerable, java.lang.Iterable
- Direct Known Subclasses:
- FillStyleCollection
public class FillStyleList
- extends java.lang.Object
- implements com.spire.ms.System.Collections.IEnumerable
Represents the collection of fill styles.
Method Summary |
FillFormat |
get(int index)
Gets the element at the specified index. |
int |
getCount()
Gets the number of elements actually contained in the collection. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
FillStyleList
public FillStyleList()
getCount
public int getCount()
- Gets the number of elements actually contained in the collection.
- Returns:
get
public FillFormat get(int index)
- Gets the element at the specified index.
Read-only .
- Parameters:
index
-
- Returns:
iterator
public com.spire.ms.System.Collections.IEnumerator iterator()