Package org.apache.poi.hwpf.model
Class SectionTable
java.lang.Object
org.apache.poi.hwpf.model.SectionTable
- Direct Known Subclasses:
OldSectionTable
- Author:
- Ryan Ackley
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSo we can know if things are unicode or notSectionTable
(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, int mainLength) -
Method Summary
Modifier and TypeMethodDescriptionvoid
adjustForInsert
(int listIndex, int length) void
writeTo
(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) void
writeTo
(HWPFFileSystem sys, int fcMin) Deprecated.
-
Field Details
-
_sections
-
_text
-
-
Constructor Details
-
SectionTable
public SectionTable()So we can know if things are unicode or not -
SectionTable
public SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
-
-
Method Details
-
adjustForInsert
public void adjustForInsert(int listIndex, int length) -
getSections
-
writeTo
Deprecated.- Throws:
IOException
-
writeTo
public void writeTo(ByteArrayOutputStream wordDocumentStream, ByteArrayOutputStream tableStream) throws IOException - Throws:
IOException
-