org.apache.poi.hwpf.model
public final class CHPFormattedDiskPage extends FormattedDiskPage
_crun, _fkp, _offset
Constructor and Description |
---|
CHPFormattedDiskPage() |
CHPFormattedDiskPage(byte[] documentStream,
int offset,
int fcMin,
TextPieceTable tpt)
This constructs a CHPFormattedDiskPage from a raw fkp (512 byte array
read from a Word file).
|
Modifier and Type | Method and Description |
---|---|
void |
fill(java.util.List filler) |
CHPX |
getCHPX(int index) |
protected byte[] |
getGrpprl(int index)
Gets the chpx for the character run at index in this fkp.
|
java.util.ArrayList |
getOverflow() |
protected byte[] |
toByteArray(int fcMin) |
getEnd, getStart, size
public CHPFormattedDiskPage()
public CHPFormattedDiskPage(byte[] documentStream, int offset, int fcMin, TextPieceTable tpt)
public CHPX getCHPX(int index)
public void fill(java.util.List filler)
public java.util.ArrayList getOverflow()
protected byte[] getGrpprl(int index)
getGrpprl
in class FormattedDiskPage
index
- The index of the chpx to get.protected byte[] toByteArray(int fcMin)
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.