Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base.util.textmining.chp
Class Word6CHPBinTable

java.lang.Object
  extended by com.jivesoftware.base.util.textmining.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.


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
clone, equals, finalize, 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()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.