FileDocCategorySizeDatePackage
LVL.javaAPI DocApache Poi 3.0.11685Mon Jan 01 18:55:22 GMT 2007org.apache.poi.hdf.model.hdftypes

LVL

public class LVL extends Object
Comment me
author
Ryan Ackley

Fields Summary
public int
_iStartAt
public byte
_nfc
byte
_jc
boolean
_fLegal
boolean
_fNoRestart
boolean
_fPrev
boolean
_fPrevSpace
boolean
_fWord6
public byte[]
_rgbxchNums
public byte
_ixchFollow
public int
_dxaSpace
public int
_dxaIndent
public byte[]
_chpx
public byte[]
_papx
public char[]
_xst
public short
_istd
Constructors Summary
public LVL()


  //byte _cbGrpprlChpx;
  //byte _cbGrpprlPapx;


   
  
  
Methods Summary
public java.lang.Objectclone()

    LVL obj = null;
    try
    {
      obj = (LVL)super.clone();
    }
    catch(Exception e)
    {
      e.printStackTrace();
    }
    return obj;