| java.lang.Object org.textmining.text.extraction.WordTextPiece
WordTextPiece | class WordTextPiece (Code) | | 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.
author: Ryan Ackley |
Constructor Summary | |
public | WordTextPiece(int start, int length, boolean unicode) |
WordTextPiece | public WordTextPiece(int start, int length, boolean unicode)(Code) | | |
getLength | public int getLength()(Code) | | |
getStart | public int getStart()(Code) | | |
usesUnicode | public boolean usesUnicode()(Code) | | |
|
|