Package | Description |
---|---|
org.zkoss.poi.hwpf.model |
Modifier and Type | Class and Description |
---|---|
class |
TextPieceTable
The piece table for matching up character positions to bits of text.
|
Modifier and Type | Method and Description |
---|---|
protected byte[] |
CHPFormattedDiskPage.toByteArray(CharIndexTranslator translator) |
protected byte[] |
CHPFormattedDiskPage.toByteArray(CharIndexTranslator translator,
int fcMin)
Deprecated.
|
protected byte[] |
PAPFormattedDiskPage.toByteArray(HWPFOutputStream dataStream,
CharIndexTranslator translator)
Creates a byte array representation of this data structure.
|
void |
PAPBinTable.writeTo(HWPFFileSystem sys,
CharIndexTranslator translator)
Deprecated.
|
void |
CHPBinTable.writeTo(HWPFFileSystem sys,
int fcMin,
CharIndexTranslator translator)
Deprecated.
|
void |
PAPBinTable.writeTo(HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream,
CharIndexTranslator translator) |
void |
CHPBinTable.writeTo(HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream,
int fcMin,
CharIndexTranslator translator) |
Constructor and Description |
---|
BytePropertyNode(int fcStart,
int fcEnd,
CharIndexTranslator translator,
java.lang.Object buf)
Deprecated.
|
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).
|
CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
byte[] grpprl)
Deprecated.
|
CHPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
SprmBuffer buf)
Deprecated.
|
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
|
PAPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
byte[] papx,
ParagraphHeight phe,
byte[] dataStream) |
PAPX(int fcStart,
int fcEnd,
CharIndexTranslator translator,
SprmBuffer buf,
byte[] dataStream)
Deprecated.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.