| Constructor and Description |
|---|
StreamingRow(int rowIndex) |
| 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 column,
int type)
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)
Not supported
|
Map<Integer,org.apache.poi.ss.usermodel.Cell> |
getCellMap() |
short |
getFirstCellNum()
Not supported
|
short |
getHeight()
Not supported
|
float |
getHeightInPoints()
Not supported
|
short |
getLastCellNum()
Not supported
|
int |
getPhysicalNumberOfCells()
Not supported
|
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()
Not supported
|
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(Map<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
|
public 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 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 column,
int type)
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 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 short getFirstCellNum()
getFirstCellNum in interface org.apache.poi.ss.usermodel.Rowpublic short getLastCellNum()
getLastCellNum in interface org.apache.poi.ss.usermodel.Rowpublic int getPhysicalNumberOfCells()
getPhysicalNumberOfCells 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 boolean getZeroHeight()
getZeroHeight 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.RowCopyright © 2015. All rights reserved.