org.apache.poi.hwpf.model
Class OldCHPBinTable
java.lang.Object
org.apache.poi.hwpf.model.CHPBinTable
org.apache.poi.hwpf.model.OldCHPBinTable
public final class OldCHPBinTable
- extends CHPBinTable
This class holds all of the character 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 |
OldCHPBinTable(byte[] documentStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
Constructor used to read an old-style binTable
in from a Word document. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OldCHPBinTable
public OldCHPBinTable(byte[] documentStream,
int offset,
int size,
int fcMin,
TextPieceTable tpt)
- Constructor used to read an old-style binTable
in from a Word document.
- Parameters:
documentStream
- offset
- size
- fcMin
-