|
|||||||||
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
Abstract class for all records which actually contain cell values
Field Summary | |
private int |
column
The column number of this cell record |
private XFRecord |
format
The cell format |
private FormattingRecords |
formattingRecords
A handle to the formatting records, so that we can retrieve the formatting information |
private boolean |
initialized
A lazy initialize flag for the cell format |
private int |
row
The row number of this cell record |
private SheetImpl |
sheet
A handle back to the sheet |
private int |
xfIndex
The XF index |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
protected |
CellValue(Record t,
FormattingRecords fr,
SheetImpl si)
Constructs this object from the raw cell data |
Method Summary | |
CellFormat |
getCellFormat()
Gets the CellFormat object for this cell. |
int |
getColumn()
Interface method which returns the column number of this cell |
int |
getRow()
Interface method which returns the row number of this cell |
protected SheetImpl |
getSheet()
Accessor for the sheet |
int |
getXFIndex()
Gets the XFRecord corresponding to the index number. |
boolean |
isHidden()
Determines whether or not this cell has been hidden |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface jxl.Cell |
getContents, getType |
Field Detail |
private int row
private int column
private int xfIndex
private FormattingRecords formattingRecords
private boolean initialized
private XFRecord format
private SheetImpl sheet
Constructor Detail |
protected CellValue(Record t, FormattingRecords fr, SheetImpl si)
t
- the raw cell datafr
- the formatting recordssi
- the sheet containing this cellMethod Detail |
public final int getRow()
getRow
in interface Cell
public final int getColumn()
getColumn
in interface Cell
public final int getXFIndex()
public CellFormat getCellFormat()
getCellFormat
in interface Cell
public boolean isHidden()
isHidden
in interface Cell
protected final SheetImpl getSheet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |