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

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

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

Methods in org.apache.poi.hwpf.model that return LFOData
 LFOData PlfLfo.getLfoData(int ilfo)
           
 LFOData ListTables.getLfoData(int ilfo)
           
 

Methods in org.apache.poi.hwpf.model with parameters of type LFOData
 int ListTables.addList(ListData lst, LFO lfo, LFOData lfoData)
           
 

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

Methods in org.apache.poi.hwpf.usermodel that return LFOData
 LFOData HWPFList.getLFOData()
           
 



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