Package | Description |
---|---|
org.apache.poi.hwpf | |
org.apache.poi.hwpf.model |
Modifier and Type | Method and Description |
---|---|
abstract TextPieceTable |
HWPFDocumentCore.getTextTable() |
TextPieceTable |
HWPFDocument.getTextTable() |
TextPieceTable |
HWPFOldDocument.getTextTable() |
Modifier and Type | Class and Description |
---|---|
class |
OldTextPieceTable |
Modifier and Type | Field and Description |
---|---|
protected TextPieceTable |
ComplexFileTable._tpt |
Modifier and Type | Method and Description |
---|---|
TextPieceTable |
ComplexFileTable.getTextPieceTable() |
protected TextPieceTable |
OldComplexFileTable.newTextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int pieceTableSize,
int fcMin,
java.nio.charset.Charset charset) |
protected TextPieceTable |
ComplexFileTable.newTextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int pieceTableSize,
int fcMin,
java.nio.charset.Charset charset) |
Constructor and Description |
---|
CHPBinTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
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(byte[],int,int) instead |
SectionTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt,
int mainLength) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.