Package org.apache.poi.hwpf.model
Class ComplexFileTable
java.lang.Object
org.apache.poi.hwpf.model.ComplexFileTable
- Direct Known Subclasses:
OldComplexFileTable
-
Constructor Summary
ConstructorsConstructorDescriptionComplexFileTable
(byte[] documentStream, byte[] tableStream, int offset, int fcMin) -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) void
writeTo
(HWPFFileSystem sys) Deprecated.
-
Constructor Details
-
ComplexFileTable
public ComplexFileTable() -
ComplexFileTable
public ComplexFileTable(byte[] documentStream, byte[] tableStream, int offset, int fcMin) throws IOException - Throws:
IOException
-
-
Method Details
-
getTextPieceTable
-
getGrpprls
-
writeTo
Deprecated.- Throws:
IOException
-
writeTo
public void writeTo(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-