jxl.read.biff
Class Window2Record

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

class Window2Record
extends RecordData

Contains the cell dimensions of this worksheet


Field Summary
private  boolean displayZeroValues
          Display zero values flag
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 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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

selected

private boolean selected
Selected flag

showGridLines

private boolean showGridLines
Show grid lines flag

displayZeroValues

private boolean displayZeroValues
Display zero values flag
Constructor Detail

Window2Record

public Window2Record(Record t)
Constructs the dimensions from the raw data
Parameters:
t - the raw data
Method Detail

isSelected

public boolean isSelected()
Accessor for the selected flag
Returns:
TRUE if this sheet is selected, FALSE otherwise

getShowGridLines

public boolean getShowGridLines()
Accessor for the show grid lines flag
Returns:
TRUE to show grid lines, FALSE otherwise

getDisplayZeroValues

public boolean getDisplayZeroValues()
Accessor for the zero values flag
Returns:
TRUE if this sheet displays zero values, FALSE otherwise