| java.lang.Object org.apache.poi.hwpf.model.ListData
ListData | public class ListData (Code) | | |
Constructor Summary | |
public | ListData(int listID, boolean numbered) | | ListData(byte[] buf, int offset) |
ListData | public ListData(int listID, boolean numbered)(Code) | | |
ListData | ListData(byte[] buf, int offset)(Code) | | |
getLevel | public ListLevel getLevel(int index)(Code) | | Gets the level associated to a particular List at a particular index.
Parameters: index - 1-based index a list level |
getLevelStyle | public int getLevelStyle(int index)(Code) | | |
getLsid | public int getLsid()(Code) | | |
numLevels | public int numLevels()(Code) | | |
resetListID | int resetListID()(Code) | | |
setLevelStyle | public void setLevelStyle(int index, int styleIndex)(Code) | | |
toByteArray | public byte[] toByteArray()(Code) | | |
|
|