|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.biff.WritableRecordData | +--jxl.write.biff.CellValue | +--jxl.write.biff.ReadFormulaRecord
A formula record. This is invoked when copying a formula from a read only spreadsheet This method implements the FormulaData interface to allow the copying of writable sheets
Field Summary | |
private FormulaData |
formula
The underlying formula from the read sheet |
Fields inherited from class jxl.write.biff.CellValue |
column, format, formattingRecords, referenced, row, sheet |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
ReadFormulaRecord(FormulaData f)
Constructor |
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 |
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 |
decrementColumn, decrementRow, getCellFormat, getColumn, getRow, getXFIndex, incrementColumn, incrementRow, isHidden, isReferenced, setCellDetails, 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 |
|
Methods inherited from interface jxl.Cell |
getCellFormat, getColumn, getRow, isHidden |
Field Detail |
private FormulaData formula
Constructor Detail |
public ReadFormulaRecord(FormulaData f)
f
- the formula to copyMethod Detail |
public byte[] getData()
getData
in class CellValue
public CellType getType()
getType
in interface Cell
public java.lang.String getContents()
getContents
in interface Cell
public byte[] getFormulaData() throws FormulaException
getFormulaData
in interface FormulaData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |