ASPOSE home

com.aspose.words
Class ListLevels

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

public class ListLevels
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:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home