Package | Description |
---|---|
org.apache.poi.hwpf.model |
Modifier and Type | Field | Description |
---|---|---|
static SubdocumentType[] |
SubdocumentType.ORDERED |
Array of
SubdocumentType s ordered by document position and FIB
field order |
Modifier and Type | Method | Description |
---|---|---|
static SubdocumentType |
SubdocumentType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SubdocumentType[] |
SubdocumentType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
int |
FibRgLw.getSubdocumentTextStreamLength(SubdocumentType subdocumentType) |
|
int |
FibRgLw97.getSubdocumentTextStreamLength(SubdocumentType subdocumentType) |
|
int |
FileInformationBlock.getSubdocumentTextStreamLength(SubdocumentType type) |
|
void |
FibRgLw.setSubdocumentTextStreamLength(SubdocumentType subdocumentType,
int newLength) |
|
void |
FibRgLw97.setSubdocumentTextStreamLength(SubdocumentType subdocumentType,
int newLength) |
|
void |
FileInformationBlock.setSubdocumentTextStreamLength(SubdocumentType type,
int length) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.