Package org.apache.poi.hwpf.usermodel
Class FieldsImpl
- java.lang.Object
-
- org.apache.poi.hwpf.usermodel.FieldsImpl
-
-
Constructor Summary
Constructors Constructor Description FieldsImpl(FieldsTables fieldsTables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.hwpf.usermodel.FieldImplgetFieldByStartOffset(FieldsDocumentPart documentPart, int offset)java.util.Collection<Field>getFields(FieldsDocumentPart part)
-
-
-
Constructor Detail
-
FieldsImpl
public FieldsImpl(FieldsTables fieldsTables)
-
-
Method Detail
-
getFields
public java.util.Collection<Field> getFields(FieldsDocumentPart part)
-
getFieldByStartOffset
public org.apache.poi.hwpf.usermodel.FieldImpl getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
- Specified by:
getFieldByStartOffsetin interfaceFields
-
-