File
Doc
Category
Size
Date
Package
ChpxNode.java
API Doc
Apache Poi 3.0.1
1251
Mon Jan 01 18:55:22 GMT 2007
org.apache.poi.hdf.model.hdftypes
ChpxNode
java.lang.Object
org.apache.poi.hdf.model.hdftypes.PropertyNode
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();
Java Code Source