org.apache.poi.hdf.model.hdftypes
@Deprecated public final class CHPFormattedDiskPage extends FormattedDiskPage
_crun, _fkp| Constructor and Description |
|---|
CHPFormattedDiskPage(byte[] fkp)
Deprecated.
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array
read from a Word file).
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGrpprl(int index)
Deprecated.
Gets the chpx for the character run at index in this fkp.
|
getEnd, getStart, sizepublic CHPFormattedDiskPage(byte[] fkp)
fkp - The 512 byte array to read data frompublic byte[] getGrpprl(int index)
getGrpprl in class FormattedDiskPageindex - The index of the chpx to get.