Package | Description |
---|---|
org.apache.poi.hwpf | |
org.apache.poi.hwpf.model |
Modifier and Type | Field and Description |
---|---|
protected TextPieceTable |
HWPFDocument._tpt |
Modifier and Type | Method and Description |
---|---|
TextPieceTable |
HWPFDocument.getTextTable() |
Modifier and Type | Field and Description |
---|---|
protected TextPieceTable |
ComplexFileTable._tpt |
Modifier and Type | Method and Description |
---|---|
TextPieceTable |
ComplexFileTable.getTextPieceTable() |
Constructor and Description |
---|
CHPBinTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Constructor used to read a binTable in from a Word document.
|
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).
|
PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt) |
PAPFormattedDiskPage(byte[] documentStream,
byte[] dataStream,
int offset,
int fcMin,
TextPieceTable tpt)
Creates a PAPFormattedDiskPage from a 512 byte array
|
SectionTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt,
CPSplitCalculator cps) |
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.