@Internal public final class ListData extends java.lang.Object
Constructor and Description |
---|
ListData(int listID,
boolean numbered) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ListLevel |
getLevel(int index)
Gets the level associated to a particular List at a particular index.
|
ListLevel[] |
getLevels() |
int |
getLevelStyle(int index) |
int |
getLsid() |
int |
hashCode() |
int |
numLevels() |
void |
setLevel(int index,
ListLevel level) |
void |
setLevelStyle(int index,
int styleIndex) |
byte[] |
toByteArray() |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public ListLevel getLevel(int index)
index
- 1-based indexpublic ListLevel[] getLevels()
public int getLevelStyle(int index)
public int getLsid()
public int hashCode()
hashCode
in class java.lang.Object
public int numLevels()
public void setLevel(int index, ListLevel level)
public void setLevelStyle(int index, int styleIndex)
public byte[] toByteArray()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.