org.apache.poi.hwpf.model
Class SectionTable

java.lang.Object
  extended by org.apache.poi.hwpf.model.SectionTable

public class SectionTable
extends java.lang.Object

Author:
Ryan Ackley

Field Summary
protected  java.util.ArrayList _sections
           
protected  java.util.List _text
           
 
Constructor Summary
SectionTable()
           
SectionTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, java.util.List tpt)
           
 
Method Summary
 void adjustForInsert(int listIndex, int length)
           
 java.util.ArrayList getSections()
           
 void writeTo(HWPFFileSystem sys, int fcMin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_sections

protected java.util.ArrayList _sections

_text

protected java.util.List _text
Constructor Detail

SectionTable

public SectionTable()

SectionTable

public SectionTable(byte[] documentStream,
                    byte[] tableStream,
                    int offset,
                    int size,
                    int fcMin,
                    java.util.List tpt)
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


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.