org.apache.poi.hdf.model.hdftypes
@Deprecated public abstract class PropertyNode extends java.lang.Object implements java.lang.Comparable
| Constructor and Description |
|---|
PropertyNode(int fcStart,
int fcEnd,
byte[] grpprl)
Deprecated.
|
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.public int getStart()
public int getEnd()
protected byte[] getGrpprl()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable