Package | Description |
---|---|
org.zkoss.poi.hwpf | |
org.zkoss.poi.hwpf.model |
Modifier and Type | Method and Description |
---|---|
TextPieceTable |
HWPFOldDocument.getTextTable() |
abstract TextPieceTable |
HWPFDocumentCore.getTextTable() |
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)
Deprecated.
|
CHPFormattedDiskPage(byte[] documentStream,
int offset,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
OldCHPBinTable(byte[] documentStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Constructor used to read an old-style binTable
in from a Word document.
|
OldPAPBinTable(byte[] documentStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt) |
OldSectionTable(byte[] documentStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Deprecated.
Use
OldSectionTable.OldSectionTable(byte[],int,int) instead |
PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
PAPFormattedDiskPage(byte[] documentStream,
byte[] dataStream,
int offset,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
SectionTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt,
int mainLength) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.