Uses of Interface
org.apache.poi.hwpf.usermodel.Fields

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

Uses of Fields in org.apache.poi.hwpf
 

Fields in org.apache.poi.hwpf declared as Fields
protected  Fields HWPFDocument._fields
          Holds the fields
 

Methods in org.apache.poi.hwpf that return Fields
 Fields HWPFDocument.getFields()
          Returns user-friendly interface to access document Fields
 

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

Classes in org.apache.poi.hwpf.usermodel that implement Fields
 class FieldsImpl
          Default implementation of Field
 



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