org.apache.nutch.parse.msword.chp
Class Word6CHPBinTable

java.lang.Object
  extended by org.apache.nutch.parse.msword.chp.Word6CHPBinTable

public class Word6CHPBinTable
extends 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, org.apache.poi.hwpf.model.TextPieceTable tpt)
          Constructor used to read a binTable in from a Word document.
 
Method Summary
 List getTextRuns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Word6CHPBinTable

public Word6CHPBinTable(byte[] documentStream,
                        int offset,
                        int size,
                        int fcMin,
                        org.apache.poi.hwpf.model.TextPieceTable tpt)
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 List getTextRuns()


Copyright © 2006 The Apache Software Foundation