Package org.apache.poi.hwpf.usermodel
Interface Fields
-
- All Known Implementing Classes:
FieldsImpl
public interface Fields
User-friendly interface to access documentField
s
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Field
getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
java.util.Collection<Field>
getFields(FieldsDocumentPart part)
-
-
-
Method Detail
-
getFieldByStartOffset
Field getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
-
getFields
java.util.Collection<Field> getFields(FieldsDocumentPart part)
-
-