liststylecollection-ag凯发旗舰厅



com.spire.doc.collections
class liststylecollection

java.lang.object
  extended by com.spire.doc.ownerholder
      extended by com.spire.doc.collections.collectionex
          extended by com.spire.doc.documents.xml.documentserializablecollection
              extended by com.spire.doc.collections.liststylecollection
all implemented interfaces:
ixdlsserializablecollection, java.lang.iterable

public class liststylecollection
extends documentserializablecollection

represents a collection of list style


method summary
 int add(liststyle style)
          adds the list style into collection.
 liststyle findbyname(java.lang.string name)
          finds list style by name.
 liststyle get(int index)
          gets the liststyle at the specified index.
 
methods inherited from class com.spire.doc.collections.collectionex
getcount, iterator
 
methods inherited from class com.spire.doc.ownerholder
getdocument
 
methods inherited from interface com.spire.doc.interfaces.ixdlsserializablecollection
addnewitem, getcount, gettagitemnameex
 
method detail

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


网站地图