|
|||||||||
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.RowRecord
A row record
Field Summary | |
private boolean |
collapsed
Flag to indicate whether this row is collapsed or not |
private static int |
defaultHeightIndicator
Indicates that the row is default height |
private int |
rowHeight
The height of this row |
private int |
rowNumber
The number of this row |
private boolean |
zeroHeight
Indicates whether this row has zero height (ie. |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
RowRecord(Record t)
Constructs this object from the raw data |
Method Summary | |
int |
getRowHeight()
Gets the height of the row |
int |
getRowNumber()
Gets the row number |
boolean |
isCollapsed()
Queries whether the row is collapsed |
(package private) boolean |
isDefaultHeight()
Interrogates whether this row is of default height |
boolean |
isZeroHeight()
Queries whether the row has been set to zero height |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int rowNumber
private int rowHeight
private boolean collapsed
private boolean zeroHeight
private static int defaultHeightIndicator
Constructor Detail |
RowRecord(Record t)
t
- the raw dataMethod Detail |
boolean isDefaultHeight()
public int getRowNumber()
public int getRowHeight()
public boolean isCollapsed()
public boolean isZeroHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |