jxl.read.biff
Class DefaultColumnWidthRecord

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

class DefaultColumnWidthRecord
extends RecordData

Contains the default column width for cells in this sheet


Field Summary
private  int width
          The default columns width, in characters
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
DefaultColumnWidthRecord(Record t)
          Constructs the def col width from the raw data
 
Method Summary
 int getWidth()
          Accessor for the default width
 
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

width

private int width
The default columns width, in characters
Constructor Detail

DefaultColumnWidthRecord

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

getWidth

public int getWidth()
Accessor for the default width
Returns:
the width