| Constructor and Description |
|---|
StreamingRow(int rowIndex,
boolean isHidden) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.poi.ss.usermodel.Cell> |
cellIterator() |
org.apache.poi.ss.usermodel.Cell |
createCell(int column)
Not supported
|
org.apache.poi.ss.usermodel.Cell |
createCell(int i,
org.apache.poi.ss.usermodel.CellType cellType)
Not supported
|
org.apache.poi.ss.usermodel.Cell |
getCell(int cellnum)
Get the cell representing a given column (logical cell) 0-based.
|
org.apache.poi.ss.usermodel.Cell |
getCell(int cellnum,
org.apache.poi.ss.usermodel.Row.MissingCellPolicy policy) |
Map<Integer,org.apache.poi.ss.usermodel.Cell> |
getCellMap() |
short |
getFirstCellNum() |
short |
getHeight()
Not supported
|
float |
getHeightInPoints()
Not supported
|
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
|
org.apache.poi.ss.usermodel.CellStyle |
getRowStyle()
Not supported
|
org.apache.poi.ss.usermodel.Sheet |
getSheet()
Not supported
|
boolean |
getZeroHeight()
Get whether or not to display this row with 0 height
|
boolean |
isFormatted()
Not supported
|
Iterator<org.apache.poi.ss.usermodel.Cell> |
iterator() |
void |
removeCell(org.apache.poi.ss.usermodel.Cell cell)
Not supported
|
void |
setCellMap(TreeMap<Integer,org.apache.poi.ss.usermodel.Cell> cellMap) |
void |
setHeight(short height)
Not supported
|
void |
setHeightInPoints(float height)
Not supported
|
void |
setRowNum(int rowNum)
Not supported
|
void |
setRowStyle(org.apache.poi.ss.usermodel.CellStyle style)
Not supported
|
void |
setZeroHeight(boolean zHeight)
Not supported
|
void |
shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
Not supported
|
void |
shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
Not supported
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int getRowNum()
getRowNum in interface org.apache.poi.ss.usermodel.Rowpublic Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator()
cellIterator in interface org.apache.poi.ss.usermodel.Rowpublic Iterator<org.apache.poi.ss.usermodel.Cell> iterator()
public org.apache.poi.ss.usermodel.Cell getCell(int cellnum)
getCell in interface org.apache.poi.ss.usermodel.Rowcellnum - 0 based column numberpublic short getLastCellNum()
getLastCellNum in interface org.apache.poi.ss.usermodel.Rowpublic boolean getZeroHeight()
getZeroHeight in interface org.apache.poi.ss.usermodel.Rowpublic int getPhysicalNumberOfCells()
getPhysicalNumberOfCells in interface org.apache.poi.ss.usermodel.Rowpublic short getFirstCellNum()
getFirstCellNum in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell getCell(int cellnum,
org.apache.poi.ss.usermodel.Row.MissingCellPolicy policy)
getCell in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell createCell(int column)
createCell in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell createCell(int i,
org.apache.poi.ss.usermodel.CellType cellType)
createCell in interface org.apache.poi.ss.usermodel.Rowpublic void removeCell(org.apache.poi.ss.usermodel.Cell cell)
removeCell in interface org.apache.poi.ss.usermodel.Rowpublic void setRowNum(int rowNum)
setRowNum in interface org.apache.poi.ss.usermodel.Rowpublic void setHeight(short height)
setHeight in interface org.apache.poi.ss.usermodel.Rowpublic void setZeroHeight(boolean zHeight)
setZeroHeight in interface org.apache.poi.ss.usermodel.Rowpublic void setHeightInPoints(float height)
setHeightInPoints in interface org.apache.poi.ss.usermodel.Rowpublic short getHeight()
getHeight in interface org.apache.poi.ss.usermodel.Rowpublic float getHeightInPoints()
getHeightInPoints in interface org.apache.poi.ss.usermodel.Rowpublic boolean isFormatted()
isFormatted in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.CellStyle getRowStyle()
getRowStyle in interface org.apache.poi.ss.usermodel.Rowpublic void setRowStyle(org.apache.poi.ss.usermodel.CellStyle style)
setRowStyle in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet in interface org.apache.poi.ss.usermodel.Rowpublic int getOutlineLevel()
getOutlineLevel in interface org.apache.poi.ss.usermodel.Rowpublic void shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsRight in interface org.apache.poi.ss.usermodel.Rowpublic void shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsLeft in interface org.apache.poi.ss.usermodel.RowCopyright © 2018. All rights reserved.