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

Packages that use Field
org.apache.poi.hwpf.converter   
org.apache.poi.hwpf.usermodel   
 

Uses of Field in org.apache.poi.hwpf.converter
 

Methods in org.apache.poi.hwpf.converter with parameters of type Field
protected  void AbstractWordConverter.processField(HWPFDocument wordDocument, Range parentRange, int currentTableLevel, Field field, org.w3c.dom.Element currentBlock)
           
 

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

Methods in org.apache.poi.hwpf.usermodel that return Field
 Field Fields.getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
           
 

Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type Field
 java.util.Collection<Field> FieldsImpl.getFields(FieldsDocumentPart part)
           
 java.util.Collection<Field> Fields.getFields(FieldsDocumentPart part)
           
 



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