org.apache.poi.hwpf.model
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 |
numLevels() |
void |
setLevel(int index,
ListLevel level) |
void |
setLevelStyle(int index,
int styleIndex) |
byte[] |
toByteArray() |
public int getLsid()
public int numLevels()
public void setLevel(int index, ListLevel level)
public ListLevel[] getLevels()
public ListLevel getLevel(int index)
index
- 1-based indexpublic int getLevelStyle(int index)
public void setLevelStyle(int index, int styleIndex)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public byte[] toByteArray()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.