|
||||||||||
| 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.FormulaRecord
A formula record. Parses the string passed in to deduce the set of formula records
| Field Summary |
| Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
| Constructor Summary | |
protected |
FormulaRecord(int c,
int r,
FormulaRecord fr)
Copy constructor for writable formulas |
protected |
FormulaRecord(int c,
int r,
jxl.write.biff.ReadFormulaRecord rfr)
Copy constructor for formulas read in - invoked fromwritable formulas |
|
FormulaRecord(int c,
int r,
java.lang.String f)
Constructor |
|
FormulaRecord(int c,
int r,
java.lang.String f,
CellFormat st)
Constructor |
| Method Summary | |
WritableCell |
copyTo(int col,
int row)
A dummy implementation to keep the compiler quiet. |
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 |
byte[] |
getFormulaData()
Gets the raw bytes for the formula. |
CellType |
getType()
Returns the content type 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.Cell |
getCellFeatures, getCellFormat, getColumn, getRow, isHidden |
| Constructor Detail |
public FormulaRecord(int c,
int r,
java.lang.String f)
f - the formula to copy
public FormulaRecord(int c,
int r,
java.lang.String f,
CellFormat st)
f - the formula to copy
protected FormulaRecord(int c,
int r,
FormulaRecord fr)
c - the columnr - the rowfr - the record to copy
protected FormulaRecord(int c,
int r,
jxl.write.biff.ReadFormulaRecord rfr)
c - the columnr - the rowrfr - the formula data to copy| Method Detail |
public byte[] getData()
getData in class CellValuepublic CellType getType()
getType in interface Cellpublic java.lang.String getContents()
getContents in interface Cellpublic byte[] getFormulaData()
getFormulaData in interface FormulaData
public WritableCell copyTo(int col,
int row)
copyTo in interface WritableCellcol - the column which the new cell will occupyrow - the row which the new cell will occupy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||