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
 

Fields in org.apache.poi.hwpf declared as FieldsTables
protected  FieldsTables HWPFDocument._fieldsTables
          Holds the fields PLCFs
 

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)
           
 



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