@Internal public class SectionTable extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<SEPX> |
_sections |
protected java.util.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) |
java.util.ArrayList<SEPX> |
getSections() |
void |
writeTo(HWPFFileSystem sys,
int fcMin)
Deprecated.
|
void |
writeTo(HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream) |
protected java.util.ArrayList<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.ArrayList<SEPX> getSections()
@Deprecated public void writeTo(HWPFFileSystem sys, int fcMin) throws java.io.IOException
java.io.IOException
public void writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream) throws java.io.IOException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.