|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.ListLevels
public class ListLevels
| Property Getters/Setters Summary | ||
|---|---|---|
int | getCount() | |
| Gets the number of levels in this list. | ||
ListLevel | get(int index) | |
void | set(int index, ListLevel value) | |
| Gets a list level by index. | ||
| Method Summary | ||
|---|---|---|
java.util.Iterator | iterator() | |
| Gets the enumerator object that will enumerate levels in this list. | ||
| Property Getters/Setters Detail |
|---|
getCount | |
public int getCount() | |
There could be 1 or 9 levels in a list.
get/set | |
public ListLevel get(int index) public void set(int index, ListLevel value) | |
| Method Detail |
|---|
iterator | |
public java.util.Iterator iterator() | |
|
ASPOSE home | ||||||||