jxl.write
Class Blank

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.biff.WritableRecordData
              |
              +--jxl.write.biff.CellValue
                    |
                    +--jxl.write.biff.BlankRecord
                          |
                          +--jxl.write.Blank
All Implemented Interfaces:
ByteData, Cell, WritableCell

public class Blank
extends BlankRecord
implements WritableCell

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface jxl.write.WritableCell
setCellFormat
 
Methods inherited from interface jxl.Cell
getCellFormat, getColumn, getContents, getRow, getType, isHidden
 

Constructor Detail

Blank

public 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
Parameters:
c -  
r -  

Blank

public 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
Parameters:
c -  
r -  
st -  

Blank

public Blank(Cell lc)
Constructor used internally by the application when making a writable copy of a spreadsheet being read in
Parameters:
lc -