fillstylelist-ag凯发旗舰厅
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()