Constructor and Description |
---|
ListData(int listID,
boolean numbered) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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 ListLevel getLevel(int index)
index
- 1-based indexpublic ListLevel[] getLevels()
public int getLevelStyle(int index)
public int getLsid()
public int numLevels()
public void setLevel(int index, ListLevel level)
public void setLevelStyle(int index, int styleIndex)
public byte[] toByteArray()
Copyright © 2020. All rights reserved.