|
||||||||||
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
public abstract class PropertyNode
Represents a lightweight node in the Trees used to store formatting properties.
Constructor Summary | |
---|---|
PropertyNode(int fcStart,
int fcEnd,
byte[] grpprl)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
Used for sorting in collections. |
int |
getEnd()
|
int |
getStart()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyNode(int fcStart, int fcEnd, byte[] grpprl)
fcStart
- The start of the text for this property.fcEnd
- The end of the text for this property.grpprl
- The property description in compressed form.Method Detail |
---|
public int getStart()
public int getEnd()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |