|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.read.biff.MulBlankCell
A blank cell value, initialized indirectly from a multiple biff record rather than directly from the binary data
Field Summary | |
private CellFormat |
cellFormat
The raw cell format |
private int |
column
The column containing this blank |
private FormattingRecords |
formattingRecords
A handle to the formatting records |
private boolean |
initialized
A flag to indicate whether this object's formatting things have been initialized |
private int |
row
The row containing this blank |
private SheetImpl |
sheet
A handle to the sheet |
private int |
xfIndex
The index to the XF Record |
Constructor Summary | |
MulBlankCell(int r,
int c,
int xfi,
FormattingRecords fr,
SheetImpl si)
Constructs this cell |
Method Summary | |
CellFormat |
getCellFormat()
Gets the cell format for this cell |
int |
getColumn()
Accessor for the column |
java.lang.String |
getContents()
Accessor for the contents as a string |
int |
getRow()
Accessor for the row |
CellType |
getType()
Accessor for the cell type |
boolean |
isHidden()
Determines whether or not this cell has been hidden |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int row
private int column
private CellFormat cellFormat
private int xfIndex
private FormattingRecords formattingRecords
private boolean initialized
private SheetImpl sheet
Constructor Detail |
public MulBlankCell(int r, int c, int xfi, FormattingRecords fr, SheetImpl si)
c
- the zero base columnr
- the zero based rowval
- the valuesi
- the sheetMethod Detail |
public final int getRow()
getRow
in interface Cell
public final int getColumn()
getColumn
in interface Cell
public java.lang.String getContents()
getContents
in interface Cell
public CellType getType()
getType
in interface Cell
public CellFormat getCellFormat()
getCellFormat
in interface Cell
jxl.Cell
public boolean isHidden()
isHidden
in interface Cell
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |