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 listID)
           
 

Methods in org.apache.poi.hwpf.model with parameters of type ListData
 int ListTables.addList(ListData lst, ListFormatOverride override)
           
 

Uses of ListData in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel that return ListData
 ListData HWPFList.getListData()
           
 



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