|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hdf.model.hdftypes.PropertyNode
org.apache.poi.hdf.model.hdftypes.TextPiece
public final class TextPiece
Lightweight representation of a text piece.
Constructor Summary | |
---|---|
TextPiece(int start,
int length,
boolean unicode)
|
Method Summary | |
---|---|
boolean |
usesUnicode()
|
Methods inherited from class org.apache.poi.hdf.model.hdftypes.PropertyNode |
---|
compareTo, getEnd, getStart |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public TextPiece(int start, int length, boolean unicode)
start
- Offset in main document stream.length
- The total length of the text in bytes. Note: 1 character
does not necessarily refer to 1 byte.unicode
- true if this text is unicode.Method Detail |
---|
public boolean usesUnicode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |