|
||||||||||
| 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.LabelRecord
A label record, used for writing out string
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
protected |
LabelRecord(int c,
int r,
LabelRecord lr)
Copy constructor |
protected |
LabelRecord(int c,
int r,
java.lang.String cont)
Constructor used when creating a label from the user API |
protected |
LabelRecord(int c,
int r,
java.lang.String cont,
CellFormat st)
Constructor used when creating a label from the API. |
protected |
LabelRecord(LabelCell lc)
Constructor used when copying a label from a read only spreadsheet |
| Method Summary | |
java.lang.String |
getContents()
Quick and dirty function to return the contents of this cell as a string. |
byte[] |
getData()
Gets the binary data for output to file |
java.lang.String |
getString()
Gets the label for this cell. |
CellType |
getType()
Returns the content type of this cell |
protected void |
setString(java.lang.String s)
Sets the string contents of this cell |
| Methods inherited from class jxl.write.biff.CellValue |
addCellFeatures, getCellFeatures, getCellFormat, getColumn, 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 LabelRecord(int c,
int r,
java.lang.String cont)
c - the columncont - the contentsr - the row
protected LabelRecord(int c,
int r,
java.lang.String cont,
CellFormat st)
c - the columncont - the contentsr - the rowst - the format applied to the cell
protected LabelRecord(int c,
int r,
LabelRecord lr)
c - the columnr - the rowprotected LabelRecord(LabelCell lc)
lc - the label to copy| Method Detail |
public CellType getType()
public byte[] getData()
getData in class CellValuepublic java.lang.String getContents()
public java.lang.String getString()
protected void setString(java.lang.String s)
s - the new string contents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||