File
Doc
Category
Size
Date
Package
SepxNode.java
API Doc
Apache Poi 3.0.1
1319
Mon Jan 01 18:55:22 GMT 2007
org.apache.poi.hdf.model.hdftypes
SepxNode
java.lang.Object
org.apache.poi.hdf.model.hdftypes.PropertyNode
public class SepxNode extends PropertyNode
Comment me
author
Ryan Ackley
Fields Summary
int
_index
Constructors Summary
public SepxNode
(
int
index,
int
start,
int
end,
byte
[] sepx)
super(start, end, sepx);
Methods Summary
public
int
compareTo
(
java.lang.Object
obj)
return 0;
public
byte
[]
getSepx
()
return getGrpprl();
Java Code Source