liuslite.parser.msword.chp
Class Word6CHPBinTable

java.lang.Object
  extended by liuslite.parser.msword.chp.Word6CHPBinTable

public class Word6CHPBinTable
extends java.lang.Object

This class holds all of the character formatting properties from a Word 6.0/95 document.

Author:
Ryan Ackley

Constructor Summary
Word6CHPBinTable(byte[] documentStream, int offset, int size, int fcMin)
          Constructor used to read a binTable in from a Word document.
 
Method Summary
 java.util.List getTextRuns()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Word6CHPBinTable

public Word6CHPBinTable(byte[] documentStream,
                        int offset,
                        int size,
                        int fcMin)
Constructor used to read a binTable in from a Word document.

Parameters:
documentStream - The POIFS "WordDocument" stream from a Word document
offset - The offset of the Chp bin table in the main stream.
size - The size of the Chp bin table in the main stream.
fcMin - The start of text in the main stream.
Method Detail

getTextRuns

public java.util.List getTextRuns()