| Constructor and Description |
|---|
CsvRow(CsvWorkbook csvWorkbook,
CsvSheet csvSheet,
Integer rowIndex) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.apache.poi.ss.usermodel.Cell> |
cellIterator() |
org.apache.poi.ss.usermodel.Cell |
createCell(int column) |
org.apache.poi.ss.usermodel.Cell |
createCell(int column,
org.apache.poi.ss.usermodel.CellType type) |
org.apache.poi.ss.usermodel.Cell |
getCell(int cellnum) |
org.apache.poi.ss.usermodel.Cell |
getCell(int cellnum,
org.apache.poi.ss.usermodel.Row.MissingCellPolicy policy) |
short |
getFirstCellNum() |
short |
getHeight() |
float |
getHeightInPoints() |
short |
getLastCellNum() |
int |
getOutlineLevel() |
int |
getPhysicalNumberOfCells() |
int |
getRowNum() |
org.apache.poi.ss.usermodel.CellStyle |
getRowStyle() |
org.apache.poi.ss.usermodel.Sheet |
getSheet() |
boolean |
getZeroHeight() |
boolean |
isFormatted() |
Iterator<org.apache.poi.ss.usermodel.Cell> |
iterator() |
void |
removeCell(org.apache.poi.ss.usermodel.Cell cell) |
void |
setHeight(short height) |
void |
setHeightInPoints(float height) |
void |
setRowNum(int rowNum) |
void |
setRowStyle(org.apache.poi.ss.usermodel.CellStyle style) |
void |
setZeroHeight(boolean zHeight) |
void |
shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step) |
void |
shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CsvRow(CsvWorkbook csvWorkbook, CsvSheet csvSheet, Integer rowIndex)
public 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,
org.apache.poi.ss.usermodel.CellType 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 int getRowNum()
getRowNum in interface org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell getCell(int cellnum)
getCell 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 Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator()
cellIterator 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–2022 Alibaba Group. All rights reserved.