|
|||||||||
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.DefaultRowHeightRecord
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 |
|
Field Detail |
private int height
Constructor Detail |
public DefaultRowHeightRecord(Record t)
t
- the raw dataMethod Detail |
public int getHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |