File
Doc
Category
Size
Date
Package
PapxNode.java
API Doc
Apache Poi 3.0.1
1250
Mon Jan 01 18:55:22 GMT 2007
org.apache.poi.hdf.model.hdftypes
PapxNode
java.lang.Object
org.apache.poi.hdf.model.hdftypes.PropertyNode
public class PapxNode extends PropertyNode
Comment me
author
Ryan Ackley
Fields Summary
Constructors Summary
public PapxNode
(
int
fcStart,
int
fcEnd,
byte
[] papx)
super(fcStart, fcEnd, papx);
Methods Summary
public
byte
[]
getPapx
()
return super.getGrpprl();
Java Code Source