Row.MissingCellPolicy| Constructor and Description |
|---|
StreamingRow(Sheet sheet,
int rowIndex,
boolean isHidden) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Cell> |
cellIterator() |
Cell |
createCell(int column)
Not supported
|
Cell |
createCell(int i,
CellType cellType)
Not supported
|
Cell |
getCell(int cellnum)
Get the cell representing a given column (logical cell) 0-based.
|
Cell |
getCell(int cellnum,
Row.MissingCellPolicy policy) |
Map<Integer,Cell> |
getCellMap() |
short |
getFirstCellNum() |
short |
getHeight() |
float |
getHeightInPoints() |
short |
getLastCellNum()
Gets the index of the last cell contained in this row PLUS ONE.
|
int |
getOutlineLevel()
Not supported
|
int |
getPhysicalNumberOfCells()
Gets the number of defined cells (NOT number of cells in the actual row!).
|
int |
getRowNum()
Get row number this row represents
|
CellStyle |
getRowStyle() |
Sheet |
getSheet() |
boolean |
getZeroHeight()
Get whether or not to display this row with 0 height
|
boolean |
isFormatted() |
Iterator<Cell> |
iterator() |
void |
removeCell(Cell cell)
Update operations are not supported
|
void |
setHeight(short height)
Update operations are not supported
|
void |
setHeightInPoints(float height)
Update operations are not supported
|
void |
setRowNum(int rowNum)
Update operations are not supported
|
void |
setRowStyle(CellStyle style) |
void |
setZeroHeight(boolean zHeight)
Update operations are not supported
|
void |
shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
Update operations are not supported
|
void |
shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
Update operations are not supported
|
Spliterator<Cell> |
spliterator() |
public StreamingRow(Sheet sheet, int rowIndex, boolean isHidden)
public int getRowNum()
public Iterator<Cell> cellIterator()
cellIterator in interface Rowpublic Spliterator<Cell> spliterator()
spliterator in interface Iterable<Cell>spliterator in interface Rowpublic Cell getCell(int cellnum)
public short getLastCellNum()
getLastCellNum in interface Rowpublic boolean getZeroHeight()
getZeroHeight in interface Rowpublic float getHeightInPoints()
getHeightInPoints in interface Rowpublic int getPhysicalNumberOfCells()
getPhysicalNumberOfCells in interface Rowpublic short getFirstCellNum()
getFirstCellNum in interface Rowpublic Cell getCell(int cellnum, Row.MissingCellPolicy policy)
public boolean isFormatted()
isFormatted in interface Rowpublic CellStyle getRowStyle()
getRowStyle in interface Rowpublic void setRowStyle(CellStyle style)
setRowStyle in interface Rowpublic Cell createCell(int column)
createCell in interface Rowpublic Cell createCell(int i, CellType cellType)
createCell in interface Rowpublic void removeCell(Cell cell)
removeCell in interface Rowpublic void setRowNum(int rowNum)
public void setHeight(short height)
public void setZeroHeight(boolean zHeight)
setZeroHeight in interface Rowpublic void setHeightInPoints(float height)
setHeightInPoints in interface Rowpublic int getOutlineLevel()
getOutlineLevel in interface Rowpublic void shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsRight in interface Rowpublic void shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsLeft in interface Row