|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.biff.RecordData
jxl.biff.WritableRecordData
jxl.write.biff.CellValue
jxl.write.biff.BlankRecord
A blank record, which is used to contain formatting information
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
protected |
BlankRecord(Cell c)
Constructor used when copying a formatted blank cell from a read only spreadsheet |
protected |
BlankRecord(int c,
int r)
Consructor used when creating a label from the user API |
protected |
BlankRecord(int c,
int r,
BlankRecord br)
Copy constructor |
protected |
BlankRecord(int c,
int r,
CellFormat st)
Constructor used when creating a label from the API. |
| Method Summary | |
java.lang.String |
getContents()
Quick and dirty function to return the contents of this cell as a string. |
CellType |
getType()
Returns the content type of this cell |
| Methods inherited from class jxl.write.biff.CellValue |
addCellFeatures, getCellFeatures, getCellFormat, getColumn, getData, getRow, getSheet, getWritableCellFeatures, isHidden, removeComment, setCellFeatures, setCellFormat |
| Methods inherited from class jxl.biff.WritableRecordData |
getBytes |
| 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.write.WritableCell |
copyTo |
| Constructor Detail |
protected BlankRecord(int c,
int r)
c - the columnr - the row
protected BlankRecord(int c,
int r,
CellFormat st)
c - the columnr - the rowst - the format applied to the cellprotected BlankRecord(Cell c)
c - the blank cell to copy
protected BlankRecord(int c,
int r,
BlankRecord br)
c - the columnr - the row| Method Detail |
public CellType getType()
public java.lang.String getContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||