|
|||||||||
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.BlankRecord | +--jxl.write.Blank
A blank cell. Despite not having any contents, it may contain formatting information. Such cells are typically used when creating templates
Fields inherited from class jxl.write.biff.CellValue |
column, format, formattingRecords, referenced, row, sheet |
Fields inherited from class jxl.biff.WritableRecordData |
maxRecordLength |
Fields inherited from class jxl.biff.RecordData |
code, record |
Constructor Summary | |
Blank(Cell lc)
Constructor used internally by the application when making a writable copy of a spreadsheet being read in |
|
Blank(int c,
int r)
Creates a cell which, when added to the sheet, will be presented at the specified column and row co-ordinates |
|
Blank(int c,
int r,
CellFormat st)
Creates a cell which, when added to the sheet, will be presented at the specified column and row co-ordinates in the manner specified by the CellFormat parameter |
Methods inherited from class jxl.write.biff.BlankRecord |
getContents, getType |
Methods inherited from class jxl.write.biff.CellValue |
decrementColumn, decrementRow, getCellFormat, getColumn, getData, getRow, getXFIndex, incrementColumn, incrementRow, isHidden, isReferenced, setCellDetails, setCellFormat |
Methods inherited from class jxl.biff.WritableRecordData |
getBytes, handleContinueRecords |
Methods inherited from class jxl.biff.RecordData |
getCode, getRecord |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface jxl.write.WritableCell |
setCellFormat |
Methods inherited from interface jxl.Cell |
getCellFormat, getColumn, getContents, getRow, getType, isHidden |
Constructor Detail |
public Blank(int c, int r)
c
- r
- public Blank(int c, int r, CellFormat st)
c
- r
- st
- public Blank(Cell lc)
lc
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |