Uses of Class
org.apache.poi.hwpf.model.ListLevel
-
Packages that use ListLevel Package Description org.apache.poi.hwpf.model -
-
Uses of ListLevel in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return ListLevel Modifier and Type Method Description ListLevel
ListData. getLevel(int index)
Gets the level associated to a particular List at a particular index.ListLevel
ListFormatOverrideLevel. getLevel()
ListLevel
ListTables. getLevel(int lsid, int level)
Get the ListLevel for a given lsid and levelListLevel[]
ListData. getLevels()
Methods in org.apache.poi.hwpf.model with parameters of type ListLevel Modifier and Type Method Description void
ListData. setLevel(int index, ListLevel level)
-