FileDocCategorySizeDatePackage
ChpxNode.javaAPI DocApache Poi 3.0.11251Mon Jan 01 18:55:22 GMT 2007org.apache.poi.hdf.model.hdftypes

ChpxNode

public class ChpxNode extends PropertyNode
Comment me
author
Ryan Ackley

Fields Summary
Constructors Summary
public ChpxNode(int fcStart, int fcEnd, byte[] chpx)

    super(fcStart, fcEnd, chpx);
  
Methods Summary
public byte[]getChpx()

    return super.getGrpprl();