Package org.apache.poi.hwpf.model
Class OldSectionTable
java.lang.Object
org.apache.poi.hwpf.model.SectionTable
org.apache.poi.hwpf.model.OldSectionTable
This class holds all of the section formatting
properties from Old (Word 6 / Word 95) documents.
Unlike with Word 97+, it all gets held in the
same stream.
In common with the rest of the old support, it
is read only
-
Constructor Summary
ConstructorsConstructorDescriptionOldSectionTable
(byte[] documentStream, int offset, int size) OldSectionTable
(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt) Deprecated. -
Method Summary
Methods inherited from class org.apache.poi.hwpf.model.SectionTable
adjustForInsert, getSections, writeTo, writeTo
-
Constructor Details
-
OldSectionTable
@Deprecated public OldSectionTable(byte[] documentStream, int offset, int size, int fcMin, TextPieceTable tpt) Deprecated.UseOldSectionTable(byte[],int,int)
instead -
OldSectionTable
public OldSectionTable(byte[] documentStream, int offset, int size)
-
OldSectionTable(byte[],int,int)
instead