@Internal public class SectionTable extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<SEPX> |
_sections |
protected List<TextPiece> |
_text |
Constructor and Description |
---|
SectionTable() |
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) |
ArrayList<SEPX> |
getSections() |
void |
writeTo(HWPFFileSystem sys,
int fcMin)
Deprecated.
|
void |
writeTo(HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream) |
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)
@Deprecated public void writeTo(HWPFFileSystem sys, int fcMin) throws IOException
IOException
public void writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream) throws IOException
IOException
Copyright © 2020. All rights reserved.