@Internal public class SectionTable extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.List<SEPX> | _sections | 
| protected java.util.List<TextPiece> | _text | 
| Constructor and Description | 
|---|
| SectionTable()So we can know if things are unicode or not | 
| SectionTable(byte[] documentStream,
            byte[] tableStream,
            int offset,
            int size,
            int fcMin,
            TextPieceTable tpt,
            int mainLength) | 
| Modifier and Type | Method and 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.  | 
protected java.util.List<SEPX> _sections
protected java.util.List<TextPiece> _text
public SectionTable()
public SectionTable(byte[] documentStream,
                    byte[] tableStream,
                    int offset,
                    int size,
                    int fcMin,
                    TextPieceTable tpt,
                    int mainLength)
public void adjustForInsert(int listIndex,
                            int length)
public java.util.List<SEPX> getSections()
@Deprecated public void writeTo(HWPFFileSystem sys, int fcMin) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(java.io.ByteArrayOutputStream wordDocumentStream,
                    java.io.ByteArrayOutputStream tableStream)
             throws java.io.IOException
java.io.IOExceptionCopyright 2022 The Apache Software Foundation or its licensors, as applicable.