Uses of Class
org.apache.poi.hwpf.model.LFOData
-
Packages that use LFOData Package Description 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 Modifier and Type Method Description LFOData
ListTables. getLfoData(int ilfo)
LFOData
PlfLfo. getLfoData(int ilfo)
Methods in org.apache.poi.hwpf.model with parameters of type LFOData Modifier and Type Method Description 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 Modifier and Type Method Description LFOData
HWPFList. getLFOData()
-