org.textmining.text.extraction.chp
Class Word6CHPBinTable
java.lang.Object
|
+--org.textmining.text.extraction.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.
Field Summary |
(package private) java.util.ArrayList |
_textRuns
List of character properties. |
Constructor Summary |
Word6CHPBinTable(byte[] documentStream,
int offset,
int size,
int fcMin)
Constructor used to read a binTable in from a Word document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_textRuns
java.util.ArrayList _textRuns
- List of character properties.
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 documentoffset
- 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.
getTextRuns
public java.util.List getTextRuns()