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

Packages that use ListFormatOverride
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.usermodel   
 

Uses of ListFormatOverride in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model that return ListFormatOverride
 ListFormatOverride ListTables.getOverride(int lfoIndex)
           
 

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

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

Methods in org.apache.poi.hwpf.usermodel that return ListFormatOverride
 ListFormatOverride HWPFList.getOverride()
           
 



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