liststylecollection-ag凯发旗舰厅
com.spire.doc.collections
class liststylecollection
java.lang.object
com.spire.doc.ownerholder
com.spire.doc.collections.collectionex
com.spire.doc.documents.xml.documentserializablecollection
com.spire.doc.collections.liststylecollection
- all implemented interfaces:
- ixdlsserializablecollection, java.lang.iterable
public class liststylecollection
- extends documentserializablecollection
represents a collection of list style
get
public liststyle get(int index)
- gets the
liststyle
at the specified index.
- parameters:
index
- the specified index
- returns:
- the list style
add
public int add(liststyle style)
- adds the list style into collection.
- parameters:
style
- the style
- returns:
- int value
findbyname
public liststyle findbyname(java.lang.string name)
- finds list style by name.
- parameters:
name
- the name
- returns:
- liststyle object