| Constructor and Description |
|---|
XlsCell(int column,
int row,
XlsSheetGridModel gridModel)
Usually there is a parameter duplication: the same column and row exist in cell object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteColumn() |
IGridRegion |
getAbsoluteRegion() |
int |
getAbsoluteRow() |
int |
getColumn() |
ICellComment |
getComment() |
ICellFont |
getFont() |
String |
getFormula() |
int |
getHeight() |
boolean |
getNativeBoolean() |
Date |
getNativeDate() |
double |
getNativeNumber() |
int |
getNativeType() |
Object |
getObjectValue() |
IGridRegion |
getRegion() |
int |
getRow() |
String |
getStringValue() |
ICellStyle |
getStyle() |
ICell |
getTopLeftCellFromRegion() |
int |
getType()
Returns one of IGrid.CELL_TYPE_* values.
|
String |
getUri() |
int |
getWidth() |
boolean |
hasNativeType() |
void |
setStringValue(String value) |
public XlsCell(int column,
int row,
XlsSheetGridModel gridModel)
public ICellStyle getStyle()
public int getAbsoluteColumn()
getAbsoluteColumn in interface ICellpublic int getAbsoluteRow()
getAbsoluteRow in interface ICellpublic IGridRegion getAbsoluteRegion()
getAbsoluteRegion in interface ICellpublic IGridRegion getRegion()
public Object getObjectValue()
getObjectValue in interface ICellpublic String getStringValue()
getStringValue in interface ICellpublic void setStringValue(String value)
public ICell getTopLeftCellFromRegion()
getTopLeftCellFromRegion in interface ICellpublic String getFormula()
getFormula in interface ICellpublic int getType()
ICellpublic boolean getNativeBoolean()
getNativeBoolean in interface ICellpublic double getNativeNumber()
getNativeNumber in interface ICellpublic int getNativeType()
getNativeType in interface ICellpublic boolean hasNativeType()
hasNativeType in interface ICellpublic Date getNativeDate()
getNativeDate in interface ICellIGrid.CELL_TYPE_NUMERIC and is formatted in excel as date.IGrid.CELL_TYPE_NUMERIC and is not formatted in excel as date.IllegalStateException - is the cell is of type IGrid.CELL_TYPE_STRINGpublic ICellComment getComment()
getComment in interface ICellCopyright © 2004–2019 OpenL Tablets. All rights reserved.