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

java.lang.Object
  extended by org.apache.poi.hdf.model.hdftypes.PropertyNode
      extended by org.apache.poi.hdf.model.hdftypes.PapxNode
All Implemented Interfaces:
java.lang.Comparable

public final class PapxNode
extends PropertyNode

Comment me

Author:
Ryan Ackley

Constructor Summary
PapxNode(int fcStart, int fcEnd, byte[] papx)
           
 
Method Summary
 byte[] getPapx()
           
 
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
 

Constructor Detail

PapxNode

public PapxNode(int fcStart,
                int fcEnd,
                byte[] papx)
Method Detail

getPapx

public byte[] getPapx()