com.aspose.words
Class ListLevelCollection

java.lang.Object
    extended by com.aspose.words.ListLevelCollection
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Iterable

public class ListLevelCollection 
extends java.lang.Object

A collection of list formatting for each level in a list.

Property Getters/Setters Summary
intgetCount()
           Gets the number of levels in this list.
ListLevelget(int index)
voidset(int index, ListLevel value)
           Gets a list level by index.
 
Method Summary
java.util.Iteratoriterator()
           Gets the enumerator object that will enumerate levels in this list.
 

Property Getters/Setters Detail

getCount

public int getCount()
Gets the number of levels in this list.

There could be 1 or 9 levels in a list.


get/set

public ListLevel get(int index) / public void set(int index, ListLevel value)
Gets a list level by index.

Method Detail

iterator

public java.util.Iterator iterator()
Gets the enumerator object that will enumerate levels in this list.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.