public interface Cell extends Styleable<Cell>, IntegerIndex
| Modifier and Type | Method and Description |
|---|---|
Cell |
cellStyle(CellStyleKey cellStyle)
Cell style cell.
|
CellAddress |
getAddress()
Gets address.
|
CellStyleKey |
getCellStyle()
Gets cell style.
|
CellAddress |
getHyperlink()
Gets hyperlink.
|
org.apache.poi.ss.usermodel.CellType |
getType()
Gets type.
|
Object |
getValue()
Gets value.
|
Cell |
hyperlink(CellAddressImpl hyperlink)
Hyperlink cell.
|
Cell |
hyperlink(String hyperlink)
Hyperlink cell.
|
Cell |
merge(int numCells)
Merge cell.
|
Cell |
nextCell()
Next cell cell.
|
Row |
nextRow()
Next row row.
|
Row |
parentRow()
Parent row row.
|
Sheet |
parentSheet()
Parent sheet sheet.
|
Cell |
prevCell()
Prev cell cell.
|
Row |
prevRow()
Prev row row.
|
void |
setCellStyle(CellStyleKey cellStyle)
Sets cell style.
|
void |
setHyperlink(CellAddressImpl hyperlink)
Sets hyperlink.
|
void |
setIndex(Integer index)
Sets index.
|
void |
setType(org.apache.poi.ss.usermodel.CellType type)
Sets type.
|
void |
setValue(Object value)
Sets value.
|
Cell |
value(Object value)
Value cell.
|
align, backgroundColor, borderBottom, borderLeft, borderRight, borders, borders, borders, borders, borderTop, font, format, getAlign, getBackgroundColor, getBorderBottom, getBorderLeft, getBorderRight, getBorderTop, getFont, getFormat, getVerticalAlign, setAlign, setBackgroundColor, setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setFont, setFormat, setInstance, setVerticalAlign, verticalAligngetIndexCellAddress getAddress()
org.apache.poi.ss.usermodel.CellType getType()
CellStyleKey getCellStyle()
Object getValue()
CellAddress getHyperlink()
void setIndex(Integer index)
index - the indexvoid setType(org.apache.poi.ss.usermodel.CellType type)
type - the typevoid setCellStyle(CellStyleKey cellStyle)
cellStyle - the cell stylevoid setValue(Object value)
value - the valuevoid setHyperlink(CellAddressImpl hyperlink)
hyperlink - the hyperlinkCell cellStyle(CellStyleKey cellStyle)
cellStyle - the cell styleCell hyperlink(String hyperlink)
hyperlink - the hyperlinkCell hyperlink(CellAddressImpl hyperlink)
hyperlink - the hyperlinkRow parentRow()
Sheet parentSheet()
Cell nextCell()
Cell prevCell()
Row nextRow()
Row prevRow()
Cell merge(int numCells)
numCells - the num cellsCopyright © 2018. All rights reserved.