Cell
Blank
, jxl.write.biff.BlankRecord
, Boolean
, jxl.write.biff.BooleanRecord
, jxl.write.biff.CellValue
, jxl.write.biff.DateRecord
, DateTime
, Formula
, jxl.write.biff.FormulaRecord
, Label
, jxl.write.biff.LabelRecord
, Number
, jxl.write.biff.NumberRecord
public interface WritableCell extends Cell
Modifier and Type | Method | Description |
---|---|---|
WritableCell |
copyTo(int col,
int row) |
A deep copy.
|
WritableCellFeatures |
getWritableCellFeatures() |
Accessor for the cell features
|
void |
setCellFeatures(WritableCellFeatures cf) |
Sets the cell features
|
void |
setCellFormat(CellFormat cf) |
Sets the cell format for this cell
|
getCellFeatures, getCellFormat, getColumn, getContents, getRow, getType, isHidden
void setCellFormat(CellFormat cf)
cf
- the cell formatWritableCell copyTo(int col, int row)
col
- the column which the new cell will occupyrow
- the row which the new cell will occupyWritableCellFeatures getWritableCellFeatures()
void setCellFeatures(WritableCellFeatures cf)
cf
- the cell features