com.spire.doc.collections
Class ListLevelCollection

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.ListLevelCollection
All Implemented Interfaces:
IXDLSSerializableCollection, java.lang.Iterable

public class ListLevelCollection
extends DocumentSerializableCollection

Represents a collections of list formatting for each level in a list.


Method Summary
 ListLevel get(int index)
          Gets the 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 ListLevel get(int index)
Gets the at the specified index.

Parameters:
index -
Returns: