@Internal public class PAPBinTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<PAPX> |
_paragraphs |
| Constructor and Description |
|---|
PAPBinTable() |
PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
CharIndexTranslator charIndexTranslator) |
PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
adjustForDelete(int listIndex,
int offset,
int length) |
void |
adjustForInsert(int listIndex,
int length) |
ArrayList<PAPX> |
getParagraphs() |
void |
insert(int listIndex,
int cpStart,
SprmBuffer buf) |
void |
rebuild(StringBuilder docText,
ComplexFileTable complexFileTable) |
void |
writeTo(HWPFFileSystem sys,
CharIndexTranslator translator)
Deprecated.
|
void |
writeTo(HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream,
CharIndexTranslator translator) |
public PAPBinTable()
public PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
PAPBinTable(byte[], byte[], byte[], int, int, CharIndexTranslator)
insteadpublic PAPBinTable(byte[] documentStream,
byte[] tableStream,
byte[] dataStream,
int offset,
int size,
CharIndexTranslator charIndexTranslator)
public void rebuild(StringBuilder docText, ComplexFileTable complexFileTable)
public void insert(int listIndex,
int cpStart,
SprmBuffer buf)
public void adjustForDelete(int listIndex,
int offset,
int length)
public void adjustForInsert(int listIndex,
int length)
@Deprecated public void writeTo(HWPFFileSystem sys, CharIndexTranslator translator) throws IOException
IOExceptionpublic void writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream, CharIndexTranslator translator) throws IOException
IOExceptionCopyright © 2020. All rights reserved.