IExcelColumn.@Deprecated public class ExcelColumn extends java.lang.Object implements IExcelColumn
| Constructor and Description |
|---|
ExcelColumn(int columnIndex)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ExcelCell |
getCell(int rowIndex)
Deprecated.
Get cell in this column at given row index.
|
java.util.List<ExcelCell> |
getCells()
Deprecated.
|
IExcelCell.CellType |
getCellType()
Deprecated.
|
int |
getColumnIndex()
Deprecated.
|
IExcelCellStyle |
getStyle()
Deprecated.
|
short |
getWidth()
Deprecated.
|
boolean |
hasDefaultStyle()
Deprecated.
|
boolean |
isAutoSizeColumn()
Deprecated.
|
void |
setAutoSizeColumn(boolean autoSizeColumn)
Deprecated.
|
void |
setCellType(IExcelCell.CellType cellType)
Deprecated.
Set cell type for each cell in this column
|
void |
setHasDefaultStyle(boolean hasDefaultStyle)
Deprecated.
|
void |
setStyle(IExcelCellStyle style)
Deprecated.
Set default style for the whole column
|
void |
setWidth(short width)
Deprecated.
Set width for each cell in this column
|
public boolean isAutoSizeColumn()
public void setAutoSizeColumn(boolean autoSizeColumn)
setAutoSizeColumn in interface IExcelColumnautoSizeColumn - the autoSizeColumn to setpublic boolean hasDefaultStyle()
public void setHasDefaultStyle(boolean hasDefaultStyle)
hasDefaultStyle - the hasDefaultStyle to setpublic IExcelCellStyle getStyle()
getStyle in interface IExcelColumnpublic void setStyle(IExcelCellStyle style)
IExcelColumnsetStyle in interface IExcelColumnstyle - the style to setpublic int getColumnIndex()
public ExcelCell getCell(int rowIndex)
IExcelColumngetCell in interface IExcelColumnrowIndex - public java.util.List<ExcelCell> getCells()
public short getWidth()
public void setWidth(short width)
IExcelColumnsetWidth in interface IExcelColumnwidth - the width to setpublic IExcelCell.CellType getCellType()
public void setCellType(IExcelCell.CellType cellType)
IExcelColumnsetCellType in interface IExcelColumncellType - the cellType to set