org.apache.poi.hdf.extractor.data
Class LVL

java.lang.Object
  extended by org.apache.poi.hdf.extractor.data.LVL

Deprecated.

@Deprecated
public final class LVL
extends java.lang.Object

Comment me


Field Summary
 byte[] _chpx
          Deprecated.  
 int _iStartAt
          Deprecated.  
 short _istd
          Deprecated.  
 byte _ixchFollow
          Deprecated.  
 byte _nfc
          Deprecated.  
 byte[] _papx
          Deprecated.  
 byte[] _rgbxchNums
          Deprecated.  
 char[] _xst
          Deprecated.  
 
Constructor Summary
LVL()
          Deprecated.  
 
Method Summary
 java.lang.Object clone()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_iStartAt

public int _iStartAt
Deprecated. 

_nfc

public byte _nfc
Deprecated. 

_rgbxchNums

public byte[] _rgbxchNums
Deprecated. 

_ixchFollow

public byte _ixchFollow
Deprecated. 

_chpx

public byte[] _chpx
Deprecated. 

_papx

public byte[] _papx
Deprecated. 

_xst

public char[] _xst
Deprecated. 

_istd

public short _istd
Deprecated. 
Constructor Detail

LVL

public LVL()
Deprecated. 
Method Detail

clone

public java.lang.Object clone()
Deprecated. 
Overrides:
clone in class java.lang.Object