Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
public class: EmptyCell [javadoc | source]
java.lang.Object
   jxl.biff.EmptyCell

All Implemented Interfaces:
    WritableCell

An empty cell. Represents an empty, as opposed to a blank cell in the workbook
Constructor:
 public EmptyCell(int c,
    int r) 
Method from jxl.biff.EmptyCell Summary:
copyTo,   getCellFeatures,   getCellFormat,   getColumn,   getContents,   getRow,   getType,   getWritableCellFeatures,   isHidden,   setAlignment,   setBorder,   setCellFeatures,   setCellFormat,   setCellFormat,   setHidden,   setLocked,   setVerticalAlignment
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.biff.EmptyCell Detail:
 public WritableCell copyTo(int c,
    int r) 
    Implementation of the deep copy function
 public CellFeatures getCellFeatures() 
    Accessor for the cell features
 public CellFormat getCellFormat() 
    Accessor for the format which is applied to this cell
 public int getColumn() 
    Returns the column number of this cell
 public String getContents() 
    Quick and dirty function to return the contents of this cell as a string.
 public int getRow() 
    Returns the row number of this cell
 public CellType getType() 
    Returns the content type of this cell
 public WritableCellFeatures getWritableCellFeatures() 
    Accessor for the cell features
 public boolean isHidden() 
    Indicates whether or not this cell is hidden, by virtue of either the entire row or column being collapsed
 public  void setAlignment(Alignment align) 
    Dummy override
 public  void setBorder(Border border,
    BorderLineStyle line) 
    Dummy override
 public  void setCellFeatures(WritableCellFeatures wcf) 
    Accessor for the cell features
 public  void setCellFormat(CellFormat cf) 
    Dummy override
 public  void setCellFormat(CellFormat cf) 
Deprecated!
    Dummy override
 public  void setHidden(boolean flag) 
    Dummy override
 public  void setLocked(boolean flag) 
    Dummy override
 public  void setVerticalAlignment(VerticalAlignment valign) 
    Dummy override