|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.DefaultColumnWidthRecord
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 |
|
Field Detail |
private int width
Constructor Detail |
public DefaultColumnWidthRecord(Record t)
t
- the raw dataMethod Detail |
public int getWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |