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 IExcelCell
public void setStyle(IExcelCellStyle style)
setStyle
in interface IExcelCell
style
- the style to setpublic java.lang.String getContent()
getContent
in interface IExcelCell
public void setContent(java.lang.String value)
setContent
in interface IExcelCell
value
- 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 IExcelCell
cellType
- the cellType to setpublic float getHeight()
public void setHeight(float height)
setHeight
in interface IExcelCell
height
- the height to setpublic java.text.DateFormat getDateFormat()
getDateFormat
in interface IExcelCell
public void setDateFormat(java.text.DateFormat format)
setDateFormat
in interface IExcelCell
public boolean shouldLocalize()
shouldLocalize
in interface IExcelCell
public void setLocalize(boolean shouldLocalize)
setLocalize
in interface IExcelCell
shouldLocalize
- the shouldLocalize to set