org.textmining.extraction.word.model
Class CHPBinTable

java.lang.Object
  extended by org.textmining.extraction.word.model.CHPBinTable

public class CHPBinTable
extends java.lang.Object

This class holds all of the character formatting properties.

Author:
Ryan Ackley

Constructor Summary
CHPBinTable()
           
CHPBinTable(byte[] documentStream, byte[] tableStream, int offset, int size, int fcMin, NodeHelper fc2Cp)
          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

CHPBinTable

public CHPBinTable()

CHPBinTable

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

Parameters:
documentStream -
tableStream -
offset -
size -
fcMin -
fc2Cp - TODO
textPieces - TODO
Method Detail

getTextRuns

public java.util.List getTextRuns()