linestylelist-ag凯发旗舰厅
com.spire.presentation.collections
class linestylelist
java.lang.object
com.spire.presentation.collections.linestylelist
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
- direct known subclasses:
- linestylecollection
public class linestylelist
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
represents the collection of line styles.
method summary |
textlineformat |
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()
gets an enumerator for the entire collection. |
linestylelist
public linestylelist()
getcount
public int getcount()
- gets the number of elements actually contained in the collection.
- returns:
get
public textlineformat get(int index)
- gets the element at the specified index.
read-only .
- parameters:
index
-
- returns:
iterator
public com.spire.ms.system.collections.ienumerator iterator()
- gets an enumerator for the entire collection.
- returns:
- an for the entire collection.