org.textmining.text.extraction
Class WordTextPiece

java.lang.Object
  |
  +--org.textmining.text.extraction.WordTextPiece

class WordTextPiece
extends java.lang.Object

This class stores info about the data structure describing a chunk of text in a Word document. Specifically, whether or not a Range of text uses unicode or Cp1252 encoding.


Constructor Summary
WordTextPiece(int start, int length, boolean unicode)
           
 
Method Summary
 int getLength()
           
 int getStart()
           
 boolean usesUnicode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordTextPiece

public WordTextPiece(int start,
                     int length,
                     boolean unicode)
Method Detail

usesUnicode

public boolean usesUnicode()

getStart

public int getStart()

getLength

public int getLength()