Uses of Class
org.apache.poi.hwpf.model.ListData
-
Packages that use ListData Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.usermodel -
-
Uses of ListData in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return ListData Modifier and Type Method Description ListData
ListTables. getListData(int lsid)
Methods in org.apache.poi.hwpf.model with parameters of type ListData Modifier and Type Method Description int
ListTables. addList(ListData lst, LFO lfo, LFOData lfoData)
-
Uses of ListData in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return ListData Modifier and Type Method Description ListData
HWPFList. getListData()
-