bad.robot.excel
Class Cell

java.lang.Object
  extended by bad.robot.excel.Cell
Direct Known Subclasses:
BlankCell, BooleanCell, DateCell, DoubleCell, ErrorCell, FormulaCell, HyperlinkCell, StringCell

public abstract class Cell
extends Object


Constructor Summary
protected Cell(Style style)
           
 
Method Summary
abstract  void addTo(org.apache.poi.ss.usermodel.Row row, ColumnIndex column, org.apache.poi.ss.usermodel.Workbook workbook)
           
 boolean equals(Object that)
           
 Style getStyle()
           
abstract  void update(org.apache.poi.ss.usermodel.Cell cell, org.apache.poi.ss.usermodel.Workbook workbook)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

protected Cell(Style style)
Method Detail

getStyle

public Style getStyle()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

addTo

public abstract void addTo(org.apache.poi.ss.usermodel.Row row,
                           ColumnIndex column,
                           org.apache.poi.ss.usermodel.Workbook workbook)

update

public abstract void update(org.apache.poi.ss.usermodel.Cell cell,
                            org.apache.poi.ss.usermodel.Workbook workbook)


Copyright © 2012. All Rights Reserved.