| 构造器和说明 |
|---|
StreamingRow(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex,
boolean isHidden) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
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 StreamingRow(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex,
boolean isHidden)
public int getRowNum()
getRowNum 在接口中 org.apache.poi.ss.usermodel.Rowpublic Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator()
cellIterator 在接口中 org.apache.poi.ss.usermodel.Rowpublic Iterator<org.apache.poi.ss.usermodel.Cell> iterator()
public org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet 在接口中 org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell getCell(int cellnum)
getCell 在接口中 org.apache.poi.ss.usermodel.Rowcellnum - 0 based column numberpublic short getLastCellNum()
getLastCellNum 在接口中 org.apache.poi.ss.usermodel.Rowpublic boolean getZeroHeight()
getZeroHeight 在接口中 org.apache.poi.ss.usermodel.Rowpublic int getPhysicalNumberOfCells()
getPhysicalNumberOfCells 在接口中 org.apache.poi.ss.usermodel.Rowpublic short getFirstCellNum()
getFirstCellNum 在接口中 org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell getCell(int cellnum,
org.apache.poi.ss.usermodel.Row.MissingCellPolicy policy)
getCell 在接口中 org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell createCell(int column)
createCell 在接口中 org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.Cell createCell(int i,
org.apache.poi.ss.usermodel.CellType cellType)
createCell 在接口中 org.apache.poi.ss.usermodel.Rowpublic void removeCell(org.apache.poi.ss.usermodel.Cell cell)
removeCell 在接口中 org.apache.poi.ss.usermodel.Rowpublic void setRowNum(int rowNum)
setRowNum 在接口中 org.apache.poi.ss.usermodel.Rowpublic void setHeight(short height)
setHeight 在接口中 org.apache.poi.ss.usermodel.Rowpublic void setZeroHeight(boolean zHeight)
setZeroHeight 在接口中 org.apache.poi.ss.usermodel.Rowpublic void setHeightInPoints(float height)
setHeightInPoints 在接口中 org.apache.poi.ss.usermodel.Rowpublic short getHeight()
getHeight 在接口中 org.apache.poi.ss.usermodel.Rowpublic float getHeightInPoints()
getHeightInPoints 在接口中 org.apache.poi.ss.usermodel.Rowpublic boolean isFormatted()
isFormatted 在接口中 org.apache.poi.ss.usermodel.Rowpublic org.apache.poi.ss.usermodel.CellStyle getRowStyle()
getRowStyle 在接口中 org.apache.poi.ss.usermodel.Rowpublic void setRowStyle(org.apache.poi.ss.usermodel.CellStyle style)
setRowStyle 在接口中 org.apache.poi.ss.usermodel.Rowpublic int getOutlineLevel()
getOutlineLevel 在接口中 org.apache.poi.ss.usermodel.Rowpublic void shiftCellsRight(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsRight 在接口中 org.apache.poi.ss.usermodel.Rowpublic void shiftCellsLeft(int firstShiftColumnIndex,
int lastShiftColumnIndex,
int step)
shiftCellsLeft 在接口中 org.apache.poi.ss.usermodel.RowCopyright © 2020. All rights reserved.