Uses of Class
org.apache.poi.hwpf.model.ListData

Packages that use ListData
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
 ListData ListTables.getListData(int lsid)
           
 

Methods in org.apache.poi.hwpf.model with parameters of type ListData
 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
 ListData HWPFList.getListData()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.