|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.collections.CollectionEx
com.spire.doc.documents.xml.DocumentSerializableCollection
com.spire.doc.collections.ListStyleCollection
public class ListStyleCollection
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 |
| 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 |
|---|
public ListStyle get(int index)
index -
public int add(ListStyle style)
style - The style.
public ListStyle findByName(java.lang.String name)
name - The name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||