| java.lang.Object org.textmining.text.extraction.chp.Word6CHPBinTable
Word6CHPBinTable | public class Word6CHPBinTable (Code) | | This class holds all of the character formatting properties from a Word
6.0/95 document.
author: Ryan Ackley |
Constructor Summary | |
public | Word6CHPBinTable(byte[] documentStream, int offset, int size, int fcMin) Constructor used to read a binTable in from a Word document. |
Word6CHPBinTable | public Word6CHPBinTable(byte[] documentStream, int offset, int size, int fcMin)(Code) | | Constructor used to read a binTable in from a Word document.
Parameters: documentStream - The POIFS "WordDocument" stream from a Word document Parameters: offset - The offset of the Chp bin table in the main stream. Parameters: size - The size of the Chp bin table in the main stream. Parameters: fcMin - The start of text in the main stream. |
|
|