Package org.apache.poi.hwpf.model
Class ListData
java.lang.Object
org.apache.poi.hwpf.model.ListData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLevel(int index) Gets the level associated to a particular List at a particular index.intgetLevelStyle(int index) intgetLsid()inthashCode()intvoidvoidsetLevelStyle(int index, int styleIndex) byte[]
-
Constructor Details
-
ListData
public ListData(int listID, boolean numbered)
-
-
Method Details
-
equals
-
getLevel
Gets the level associated to a particular List at a particular index.- Parameters:
index- 1-based index- Returns:
- a list level
-
getLevels
-
getLevelStyle
public int getLevelStyle(int index) -
getLsid
public int getLsid() -
hashCode
public int hashCode() -
numLevels
public int numLevels() -
setLevel
-
setLevelStyle
public void setLevelStyle(int index, int styleIndex) -
toByteArray
public byte[] toByteArray()
-