Uses of Interface
org.apache.poi.hwpf.usermodel.Field
-
Packages that use Field Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Field
Fields. getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
Methods in org.apache.poi.hwpf.usermodel that return types with arguments of type Field Modifier and Type Method Description java.util.Collection<Field>
Fields. getFields(FieldsDocumentPart part)
java.util.Collection<Field>
FieldsImpl. getFields(FieldsDocumentPart part)
-