org.apache.poi.hdf.extractor
Class TextPiece

java.lang.Object
  extended by org.apache.poi.hdf.extractor.util.PropertyNode
      extended by org.apache.poi.hdf.extractor.TextPiece
All Implemented Interfaces:
java.lang.Comparable

public final class TextPiece
extends PropertyNode
implements java.lang.Comparable

Comment me

Author:
Ryan Ackley

Constructor Summary
TextPiece(int start, int length, boolean unicode)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 boolean usesUnicode()
           
 
Methods inherited from class org.apache.poi.hdf.extractor.util.PropertyNode
getEnd, getStart
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPiece

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

usesUnicode

public boolean usesUnicode()

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable
Overrides:
compareTo in class PropertyNode