Uses of Enum Class
org.apache.poi.hwpf.model.FieldsDocumentPart
Packages that use FieldsDocumentPart
-
Uses of FieldsDocumentPart in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return FieldsDocumentPartModifier and TypeMethodDescriptionstatic FieldsDocumentPart
Returns the enum constant of this class with the specified name.static FieldsDocumentPart[]
FieldsDocumentPart.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type FieldsDocumentPartModifier and TypeMethodDescriptionFieldsTables.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 FieldsDocumentPartModifier and TypeMethodDescriptionFields.getFieldByStartOffset
(FieldsDocumentPart documentPart, int offset) org.apache.poi.hwpf.usermodel.FieldImpl
FieldsImpl.getFieldByStartOffset
(FieldsDocumentPart documentPart, int offset) Fields.getFields
(FieldsDocumentPart part) FieldsImpl.getFields
(FieldsDocumentPart part)