org.apache.poi.hwpf.usermodel
Class FieldsImpl

java.lang.Object
  extended by org.apache.poi.hwpf.usermodel.FieldsImpl
All Implemented Interfaces:
Fields

public class FieldsImpl
extends java.lang.Object
implements Fields

Default implementation of Field

Author:
Sergey Vladimirov (vlsergey {at} gmail {dot} com)

Constructor Summary
FieldsImpl(FieldsTables fieldsTables)
           
 
Method Summary
 Field getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
           
 java.util.Collection getFields(FieldsDocumentPart part)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldsImpl

public FieldsImpl(FieldsTables fieldsTables)
Method Detail

getFields

public java.util.Collection getFields(FieldsDocumentPart part)
Specified by:
getFields in interface Fields

getFieldByStartOffset

public Field getFieldByStartOffset(FieldsDocumentPart documentPart,
                                   int offset)
Specified by:
getFieldByStartOffset in interface Fields