|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.read.biff.CellValue
Abstract class for all records which actually contain cell values
| Constructor Summary | |
protected |
CellValue(Record t,
FormattingRecords fr,
SheetImpl si)
Constructs this object from the raw cell data |
| Method Summary | |
CellFeatures |
getCellFeatures()
Accessor for the cell features |
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 |
void |
setCellFeatures(CellFeatures cf)
Sets the cell features during the reading process |
| Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jxl.Cell |
getContents, getType |
| Constructor Detail |
protected CellValue(Record t,
FormattingRecords fr,
SheetImpl si)
t - the raw cell datafr - the formatting recordssi - the sheet containing this cell| Method Detail |
public final int getRow()
getRow in interface Cellpublic final int getColumn()
getColumn in interface Cellpublic final int getXFIndex()
public CellFormat getCellFormat()
getCellFormat in interface Cellpublic boolean isHidden()
isHidden in interface Cellprotected SheetImpl getSheet()
public CellFeatures getCellFeatures()
getCellFeatures in interface Cellpublic void setCellFeatures(CellFeatures cf)
setCellFeatures in interface jxl.read.biff.CellFeaturesAccessorcf - the cell features
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||