org.apache.poi.hwpf.model
public final class SectionTable extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList |
_sections |
protected java.util.List |
_text |
Constructor and Description |
---|
SectionTable() |
SectionTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt,
CPSplitCalculator cps) |
Modifier and Type | Method and Description |
---|---|
void |
adjustForInsert(int listIndex,
int length) |
java.util.ArrayList |
getSections() |
void |
writeTo(HWPFFileSystem sys,
int fcMin) |
public SectionTable()
public SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, CPSplitCalculator cps)
public void adjustForInsert(int listIndex, int length)
public java.util.ArrayList getSections()
public void writeTo(HWPFFileSystem sys, int fcMin) throws java.io.IOException
java.io.IOException
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.