File
Doc
Category
Size
Date
Package
PapxNode.java
API Doc
Apache Poi 3.0.1
1251
Mon Jan 01 18:55:24 GMT 2007
org.apache.poi.hdf.extractor.util
PapxNode
java.lang.Object
org.apache.poi.hdf.extractor.util.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