|
|||||||||
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.Window2Record
Contains the cell dimensions of this worksheet
Field Summary | |
private boolean |
displayZeroValues
Display zero values flag |
private boolean |
frozenNotSplit
The window contains panes that are frozen but not split |
private boolean |
frozenPanes
The window contains frozen panes |
private boolean |
selected
Selected flag |
private boolean |
showGridLines
Show grid lines flag |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
Window2Record(Record t)
Constructs the dimensions from the raw data |
Method Summary | |
boolean |
getDisplayZeroValues()
Accessor for the zero values flag |
boolean |
getFrozen()
Accessor for the frozen panes flag |
boolean |
getFrozenNotSplit()
Accessor for the frozen not split flag |
boolean |
getShowGridLines()
Accessor for the show grid lines flag |
boolean |
isSelected()
Accessor for the selected flag |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Field Detail |
private boolean selected
private boolean showGridLines
private boolean displayZeroValues
private boolean frozenPanes
private boolean frozenNotSplit
Constructor Detail |
public Window2Record(Record t)
t
- the raw dataMethod Detail |
public boolean isSelected()
public boolean getShowGridLines()
public boolean getDisplayZeroValues()
public boolean getFrozen()
public boolean getFrozenNotSplit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |