jxl.read.biff
Class DefaultRowHeightRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.DefaultRowHeightRecord

class DefaultRowHeightRecord
extends RecordData

Contains the default column width for cells in this sheet


Field Summary
private  int height
          The default row height, in 1/20ths of a point
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
DefaultRowHeightRecord(Record t)
          Constructs the def col width from the raw data
 
Method Summary
 int getHeight()
          Accessor for the default height
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

height

private int height
The default row height, in 1/20ths of a point
Constructor Detail

DefaultRowHeightRecord

public DefaultRowHeightRecord(Record t)
Constructs the def col width from the raw data
Parameters:
t - the raw data
Method Detail

getHeight

public int getHeight()
Accessor for the default height
Returns:
the height