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 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
, 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

frozenPanes

private boolean frozenPanes
The window contains frozen panes

frozenNotSplit

private boolean frozenNotSplit
The window contains panes that are frozen but not split
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

getFrozen

public boolean getFrozen()
Accessor for the frozen panes flag
Returns:
TRUE if this contains frozen panes, FALSE otherwise

getFrozenNotSplit

public boolean getFrozenNotSplit()
Accessor for the frozen not split flag
Returns:
TRUE if this contains frozen, FALSE otherwise