org.apache.poi.hdf.model.hdftypes
Class PropertyNode

java.lang.Object
  extended by org.apache.poi.hdf.model.hdftypes.PropertyNode
All Implemented Interfaces:
java.lang.Comparable
Direct Known Subclasses:
ChpxNode, PapxNode, SepxNode, TextPiece

Deprecated.

@Deprecated
public abstract class PropertyNode
extends java.lang.Object
implements java.lang.Comparable

Represents a lightweight node in the Trees used to store formatting properties.


Constructor Summary
PropertyNode(int fcStart, int fcEnd, byte[] grpprl)
          Deprecated.  
 
Method Summary
 int compareTo(java.lang.Object o)
          Deprecated. Used for sorting in collections.
 int getEnd()
          Deprecated.  
protected  byte[] getGrpprl()
          Deprecated.  
 int getStart()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNode

public PropertyNode(int fcStart,
                    int fcEnd,
                    byte[] grpprl)
Deprecated. 
Parameters:
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

getStart

public int getStart()
Deprecated. 
Returns:
The offset of this property's text.

getEnd

public int getEnd()
Deprecated. 
Returns:
The offset of the end of this property's text.

getGrpprl

protected byte[] getGrpprl()
Deprecated. 
Returns:
This property's property in copmpressed form.

compareTo

public int compareTo(java.lang.Object o)
Deprecated. 
Used for sorting in collections.

Specified by:
compareTo in interface java.lang.Comparable