public class Cell
extends java.lang.Object
| Constructor and Description |
|---|
Cell(org.apache.poi.ss.usermodel.Cell hssfCell,
Row row) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollectionName() |
Property |
getCollectionProperty() |
int |
getDependentRowNumber() |
java.util.List |
getExpressions() |
Formula |
getFormula() |
java.lang.String |
getLabel() |
org.apache.poi.ss.util.CellRangeAddress |
getMergedRegion() |
java.lang.String |
getMetaInfo() |
org.apache.poi.ss.usermodel.Cell |
getPoiCell() |
java.lang.String |
getPoiCellValue() |
Row |
getRow() |
RowCollection |
getRowCollection() |
java.lang.String |
getStringCellValue() |
Tag |
getTag() |
boolean |
isEmpty() |
boolean |
isFormula() |
boolean |
isNull() |
void |
replaceCellWithNewShiftedBy(int shift) |
void |
setCollectionName(java.lang.String collectionName) |
void |
setCollectionProperty(Property collectionProperty) |
void |
setDependentRowNumber(int dependentRowNumber) |
void |
setExpressions(java.util.List expressions) |
void |
setFormula(Formula formula) |
void |
setLabel(java.lang.String label) |
void |
setMergedRegion(org.apache.poi.ss.util.CellRangeAddress mergedRegion) |
void |
setMetaInfo(java.lang.String metaInfo) |
void |
setPoiCell(org.apache.poi.ss.usermodel.Cell hssfCell) |
void |
setPoiCellValue(java.lang.String hssfCellValue) |
void |
setRow(Row row) |
void |
setRowCollection(RowCollection rowCollection) |
void |
setStringCellValue(java.lang.String stringCellValue) |
void |
setTag(Tag tag) |
java.lang.String |
toCellName() |
java.lang.String |
toString() |
public Cell(org.apache.poi.ss.usermodel.Cell hssfCell,
Row row)
public Tag getTag()
public void setTag(Tag tag)
public java.util.List getExpressions()
public void setExpressions(java.util.List expressions)
public org.apache.poi.ss.util.CellRangeAddress getMergedRegion()
public int getDependentRowNumber()
public RowCollection getRowCollection()
public void setRowCollection(RowCollection rowCollection)
public java.lang.String getCollectionName()
public Formula getFormula()
public void setFormula(Formula formula)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public Property getCollectionProperty()
public void setCollectionProperty(Property collectionProperty)
public org.apache.poi.ss.usermodel.Cell getPoiCell()
public void setPoiCell(org.apache.poi.ss.usermodel.Cell hssfCell)
public void replaceCellWithNewShiftedBy(int shift)
public java.lang.String toCellName()
public Row getRow()
public void setRow(Row row)
public boolean isFormula()
public java.lang.String getPoiCellValue()
public java.lang.String getStringCellValue()
public java.lang.String getMetaInfo()
public boolean isEmpty()
public boolean isNull()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setDependentRowNumber(int dependentRowNumber)
public void setCollectionName(java.lang.String collectionName)
public void setPoiCellValue(java.lang.String hssfCellValue)
public void setStringCellValue(java.lang.String stringCellValue)
public void setMetaInfo(java.lang.String metaInfo)
public void setMergedRegion(org.apache.poi.ss.util.CellRangeAddress mergedRegion)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.