org.apache.poi.hwpf.model
public final class ComplexFileTable extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected TextPieceTable |
_tpt |
| Constructor and Description |
|---|
ComplexFileTable() |
ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin) |
| Modifier and Type | Method and Description |
|---|---|
TextPieceTable |
getTextPieceTable() |
void |
writeTo(HWPFFileSystem sys) |
protected TextPieceTable _tpt
public ComplexFileTable()
public ComplexFileTable(byte[] documentStream,
byte[] tableStream,
int offset,
int fcMin)
throws java.io.IOException
java.io.IOExceptionpublic TextPieceTable getTextPieceTable()
public void writeTo(HWPFFileSystem sys) throws java.io.IOException
java.io.IOExceptionCopyright 2016 The Apache Software Foundation or its licensors, as applicable.