| 
|||||||||
| 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.MulBlankRecord
Contains an array of Blank, formatted cells
| Field Summary | |
private  int | 
colFirst
The first column these rk number occur on  | 
private  int | 
colLast
The last column these blank numbers occur on  | 
private  int | 
numblanks
The number of blank numbers contained in this record  | 
private  int | 
row
The row containing these numbers  | 
private  int[] | 
xfIndices
The array of xf indices  | 
| Fields inherited from class jxl.biff.RecordData | 
code, record | 
| Constructor Summary | |
MulBlankRecord(Record t)
Constructs the blank records from the raw data  | 
|
| Method Summary | |
 int | 
getFirstColumn()
The first column containing the blank numbers  | 
 int | 
getNumberOfColumns()
Accessor for the number of blank values  | 
 int | 
getRow()
Accessor for the row  | 
 int | 
getXFIndex(int index)
Return a specific formatting index  | 
private  void | 
readBlanks(byte[] data)
Reads the blanks from the raw data  | 
| Methods inherited from class jxl.biff.RecordData | 
getCode, getRecord | 
| Methods inherited from class java.lang.Object | 
 | 
| Field Detail | 
private int row
private int colFirst
private int colLast
private int numblanks
private int[] xfIndices
| Constructor Detail | 
public MulBlankRecord(Record t)
t - the raw data| Method Detail | 
private void readBlanks(byte[] data)
data - the raw datapublic int getRow()
public int getFirstColumn()
public int getNumberOfColumns()
public int getXFIndex(int index)
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||