Package org.apache.poi.hwpf.usermodel
Interface Fields
-
- All Known Implementing Classes:
FieldsImpl
public interface FieldsUser-friendly interface to access documentFields
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldgetFieldByStartOffset(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)
-
-