public interface IExcelCell
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IExcelCell.CellType  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContent()  | 
DateFormat | 
getDateFormat()  | 
IExcelCellStyle | 
getStyle()  | 
void | 
setCellType(IExcelCell.CellType cellType)  | 
void | 
setContent(String content)  | 
void | 
setDateFormat(DateFormat format)  | 
void | 
setHeight(float height)  | 
void | 
setLocalize(boolean shouldLocalize)  | 
void | 
setStyle(IExcelCellStyle style)  | 
boolean | 
shouldLocalize()  | 
IExcelCellStyle getStyle()
void setStyle(IExcelCellStyle style)
style - the style to setvoid setContent(String content)
content - to setString getContent()
void setDateFormat(DateFormat format)
date - format to setDateFormat getDateFormat()
void setCellType(IExcelCell.CellType cellType)
cellType - the CellType to setvoid setHeight(float height)
height - the height to setboolean shouldLocalize()
shouldLocalize - the shouldLocalize to getvoid setLocalize(boolean shouldLocalize)
shouldLocalize - the shouldLocalize to set