Uses of Class
org.apache.poi.hwpf.model.FieldsDocumentPart
-
Packages that use FieldsDocumentPart Package Description org.apache.poi.hwpf.model org.apache.poi.hwpf.usermodel -
-
Uses of FieldsDocumentPart in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return FieldsDocumentPart Modifier and Type Method Description static FieldsDocumentPartFieldsDocumentPart. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldsDocumentPart[]FieldsDocumentPart. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hwpf.model with parameters of type FieldsDocumentPart Modifier and Type Method Description ArrayList<PlexOfField>FieldsTables. getFieldsPLCF(FieldsDocumentPart part)intFileInformationBlock. getFieldsPlcfLength(FieldsDocumentPart part)intFileInformationBlock. getFieldsPlcfOffset(FieldsDocumentPart part)voidFileInformationBlock. setFieldsPlcfLength(FieldsDocumentPart part, int length)voidFileInformationBlock. 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 Modifier and Type Method Description FieldFields. getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)org.apache.poi.hwpf.usermodel.FieldImplFieldsImpl. getFieldByStartOffset(FieldsDocumentPart documentPart, int offset)Collection<Field>Fields. getFields(FieldsDocumentPart part)Collection<Field>FieldsImpl. getFields(FieldsDocumentPart part)
-