Package org.apache.poi.hwpf.model
Class SectionTable
- java.lang.Object
-
- org.apache.poi.hwpf.model.SectionTable
-
- Direct Known Subclasses:
OldSectionTable
@Internal public class SectionTable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SectionTable()
So 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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
adjustForInsert(int listIndex, int length)
java.util.List<SEPX>
getSections()
void
writeTo(java.io.ByteArrayOutputStream wordDocumentStream, java.io.ByteArrayOutputStream tableStream)
void
writeTo(HWPFFileSystem sys, int fcMin)
Deprecated.
-
-
-
Constructor Detail
-
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 Detail
-
adjustForInsert
public void adjustForInsert(int listIndex, int length)
-
getSections
public java.util.List<SEPX> getSections()
-
writeTo
@Deprecated public void writeTo(HWPFFileSystem sys, int fcMin) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
writeTo
public void writeTo(java.io.ByteArrayOutputStream wordDocumentStream, java.io.ByteArrayOutputStream tableStream) throws java.io.IOException
- Throws:
java.io.IOException
-
-