Package org.apache.poi.hwpf.usermodel
Class FieldsImpl
java.lang.Object
org.apache.poi.hwpf.usermodel.FieldsImpl
- All Implemented Interfaces:
Fields
Default implementation of
Field
- Author:
- Sergey Vladimirov (vlsergey {at} gmail {dot} com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.poi.hwpf.usermodel.FieldImpl
getFieldByStartOffset
(FieldsDocumentPart documentPart, int offset) getFields
(FieldsDocumentPart part)
-
Constructor Details
-
FieldsImpl
-
-
Method Details
-
getFields
-
getFieldByStartOffset
public org.apache.poi.hwpf.usermodel.FieldImpl getFieldByStartOffset(FieldsDocumentPart documentPart, int offset) - Specified by:
getFieldByStartOffset
in interfaceFields
-