Uses of Class
org.apache.poi.hwpf.model.FieldsDocumentPart

Packages that use FieldsDocumentPart
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.usermodel   
 

Uses of FieldsDocumentPart in org.apache.poi.hwpf.model
 

Fields in org.apache.poi.hwpf.model declared as FieldsDocumentPart
static FieldsDocumentPart FieldsDocumentPart.ANNOTATIONS
          annotation subdocument
static FieldsDocumentPart FieldsDocumentPart.ENDNOTES
          endnote subdocument
static FieldsDocumentPart FieldsDocumentPart.FOOTNOTES
          footnote subdocument
static FieldsDocumentPart FieldsDocumentPart.HEADER
          header subdocument
static FieldsDocumentPart FieldsDocumentPart.HEADER_TEXTBOX
          header textbox subdoc
static FieldsDocumentPart FieldsDocumentPart.MAIN
          main document
static FieldsDocumentPart FieldsDocumentPart.TEXTBOX
          textbox subdoc
 

Methods in org.apache.poi.hwpf.model that return FieldsDocumentPart
static FieldsDocumentPart[] FieldsDocumentPart.values()
           
 

Methods in org.apache.poi.hwpf.model with parameters of type FieldsDocumentPart
 java.util.ArrayList FieldsTables.getFieldsPLCF(FieldsDocumentPart part)
           
 int FileInformationBlock.getFieldsPlcfLength(FieldsDocumentPart part)
           
 int FileInformationBlock.getFieldsPlcfOffset(FieldsDocumentPart part)
           
 void FileInformationBlock.setFieldsPlcfLength(FieldsDocumentPart part, int length)
           
 void FileInformationBlock.setFieldsPlcfOffset(FieldsDocumentPart part, int offset)
           
 

Uses of FieldsDocumentPart in org.apache.poi.hwpf.usermodel
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type FieldsDocumentPart
 Field FieldsImpl.getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
           
 Field Fields.getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)
           
 java.util.Collection FieldsImpl.getFields(FieldsDocumentPart part)
           
 java.util.Collection Fields.getFields(FieldsDocumentPart part)