|
|||||||||
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.CellValue | +--jxl.read.biff.BlankCell
A blank cell. Despite the fact that this cell has no contents, it has formatting information applied to it
Fields inherited from class jxl.read.biff.CellValue |
column, format, formattingRecords, initialized, row, sheet, xfIndex |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
(package private) |
BlankCell(Record t,
FormattingRecords fr,
SheetImpl si)
Constructs this object from the raw data |
Method Summary | |
java.lang.String |
getContents()
Returns the contents of this cell as an empty string |
CellType |
getType()
Accessor for the cell type |
Methods inherited from class jxl.read.biff.CellValue |
getCellFormat, getColumn, getRow, getSheet, getXFIndex, isHidden |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
BlankCell(Record t, FormattingRecords fr, SheetImpl si)
t
- the raw datafr
- the available formatssi
- the sheetMethod Detail |
public java.lang.String getContents()
public CellType getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |