Package | Description |
---|---|
org.zkoss.poi.hwpf.model | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
static FieldsDocumentPart |
FieldsDocumentPart.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<PlexOfField> |
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) |
Modifier and Type | Method and Description |
---|---|
org.zkoss.poi.hwpf.usermodel.FieldImpl |
FieldsImpl.getFieldByStartOffset(FieldsDocumentPart documentPart,
int offset) |
Field |
Fields.getFieldByStartOffset(FieldsDocumentPart documentPart,
int offset) |
java.util.Collection<Field> |
FieldsImpl.getFields(FieldsDocumentPart part) |
java.util.Collection<Field> |
Fields.getFields(FieldsDocumentPart part) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.