IExcelCell.@Deprecated public class ExcelCell extends java.lang.Object implements IExcelCell
IExcelCell.CellType| Constructor and Description |
|---|
ExcelCell(int row,
int column,
java.lang.String content)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
IExcelCell.CellType |
getCellType()
Deprecated.
|
int |
getColumn()
Deprecated.
|
java.lang.String |
getContent()
Deprecated.
|
java.text.DateFormat |
getDateFormat()
Deprecated.
|
float |
getHeight()
Deprecated.
|
int |
getRow()
Deprecated.
|
IExcelCellStyle |
getStyle()
Deprecated.
|
boolean |
hasDefaultStyle()
Deprecated.
|
void |
setCellType(IExcelCell.CellType cellType)
Deprecated.
|
void |
setContent(java.lang.String value)
Deprecated.
|
void |
setDateFormat(java.text.DateFormat format)
Deprecated.
|
void |
setHasDefaultStyle(boolean hasDefaultStyle)
Deprecated.
|
void |
setHeight(float height)
Deprecated.
|
void |
setLocalize(boolean shouldLocalize)
Deprecated.
|
void |
setStyle(IExcelCellStyle style)
Deprecated.
|
boolean |
shouldLocalize()
Deprecated.
|
public ExcelCell(int row,
int column,
java.lang.String content)
public int getRow()
public int getColumn()
public IExcelCellStyle getStyle()
getStyle in interface IExcelCellpublic void setStyle(IExcelCellStyle style)
setStyle in interface IExcelCellstyle - the style to setpublic java.lang.String getContent()
getContent in interface IExcelCellpublic void setContent(java.lang.String value)
setContent in interface IExcelCellvalue - the content to setpublic boolean hasDefaultStyle()
public void setHasDefaultStyle(boolean hasDefaultStyle)
hasDefaultStyle - the hasDefaultStyle to setpublic IExcelCell.CellType getCellType()
public void setCellType(IExcelCell.CellType cellType)
setCellType in interface IExcelCellcellType - the cellType to setpublic float getHeight()
public void setHeight(float height)
setHeight in interface IExcelCellheight - the height to setpublic java.text.DateFormat getDateFormat()
getDateFormat in interface IExcelCellpublic void setDateFormat(java.text.DateFormat format)
setDateFormat in interface IExcelCellpublic boolean shouldLocalize()
shouldLocalize in interface IExcelCellpublic void setLocalize(boolean shouldLocalize)
setLocalize in interface IExcelCellshouldLocalize - the shouldLocalize to set