|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.textmining.text.extraction.WordTextPiece
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 |
public WordTextPiece(int start,
int length,
boolean unicode)
| Method Detail |
public boolean usesUnicode()
public int getStart()
public int getLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||