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

Packages that use FieldsTables
org.apache.poi.hwpf   
org.apache.poi.hwpf.usermodel   
 

Uses of FieldsTables in org.apache.poi.hwpf
 

Methods in org.apache.poi.hwpf that return FieldsTables
 FieldsTables HWPFDocument.getFieldsTables()
          Deprecated.  
 

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

Constructors in org.apache.poi.hwpf.usermodel with parameters of type FieldsTables
FieldsImpl(FieldsTables fieldsTables)