Package | Description |
---|---|
org.apache.poi.hwpf.model |
Modifier and Type | Class and Description |
---|---|
class |
OldTextPieceTable |
class |
TextPieceTable
The piece table for matching up character positions to bits of text.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
PAPFormattedDiskPage.toByteArray(java.io.ByteArrayOutputStream dataStream,
CharIndexTranslator translator)
Creates a byte array representation of this data structure.
|
protected byte[] |
CHPFormattedDiskPage.toByteArray(CharIndexTranslator translator) |
void |
PAPBinTable.writeTo(java.io.ByteArrayOutputStream wordDocumentStream,
java.io.ByteArrayOutputStream tableStream,
CharIndexTranslator translator) |
void |
CHPBinTable.writeTo(java.io.ByteArrayOutputStream wordDocumentStream,
java.io.ByteArrayOutputStream tableStream,
int fcMin,
CharIndexTranslator translator) |
void |
CHPBinTable.writeTo(HWPFFileSystem sys,
int fcMin,
CharIndexTranslator translator)
Deprecated.
|
Constructor and Description |
---|
CHPBinTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
CharIndexTranslator translator)
Constructor used to read a binTable in from a Word document.
|
CHPFormattedDiskPage(byte[] documentStream,
int offset,
CharIndexTranslator translator)
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,
CharIndexTranslator charIndexTranslator) |
PAPFormattedDiskPage(byte[] documentStream,
byte[] dataStream,
int offset,
CharIndexTranslator translator)
Creates a PAPFormattedDiskPage from a 512 byte array
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.