org.apache.poi.hwpf.model
Class SectionTable

java.lang.Object
  extended by org.apache.poi.hwpf.model.SectionTable
Direct Known Subclasses:
OldSectionTable

public class SectionTable
extends java.lang.Object

Author:
Ryan Ackley

Constructor Summary
SectionTable()
           
SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
           
 
Method Summary
 void adjustForInsert(int listIndex, int length)
           
 java.util.ArrayList getSections()
           
 void writeTo(HWPFFileSystem sys, int fcMin)
           
 void writeTo(HWPFOutputStream wordDocumentStream, HWPFOutputStream tableStream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionTable

public SectionTable()

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.ArrayList getSections()

writeTo

public void writeTo(HWPFFileSystem sys,
                    int fcMin)
             throws java.io.IOException
Throws:
java.io.IOException

writeTo

public void writeTo(HWPFOutputStream wordDocumentStream,
                    HWPFOutputStream tableStream)
             throws java.io.IOException
Throws:
java.io.IOException