public class StreamingRow
extends java.lang.Object
implements org.apache.poi.ss.usermodel.Row
Constructor and Description |
---|
StreamingRow(org.apache.poi.ss.usermodel.Sheet sheet,
int rowIndex,
boolean isHidden) |
Modifier and Type | Method and Description |
---|---|
java.util.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) |
java.util.Map<java.lang.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
|
java.util.Iterator<org.apache.poi.ss.usermodel.Cell> |
iterator() |
void |
removeCell(org.apache.poi.ss.usermodel.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(org.apache.poi.ss.usermodel.CellStyle style)
Update operations are not supported
|
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
|
java.util.Spliterator<org.apache.poi.ss.usermodel.Cell> |
spliterator() |
public StreamingRow(org.apache.poi.ss.usermodel.Sheet sheet, int rowIndex, boolean isHidden)
public java.util.Map<java.lang.Integer,org.apache.poi.ss.usermodel.Cell> getCellMap()
public int getRowNum()
getRowNum
in interface org.apache.poi.ss.usermodel.Row
public java.util.Iterator<org.apache.poi.ss.usermodel.Cell> cellIterator()
cellIterator
in interface org.apache.poi.ss.usermodel.Row
public java.util.Iterator<org.apache.poi.ss.usermodel.Cell> iterator()
iterator
in interface java.lang.Iterable<org.apache.poi.ss.usermodel.Cell>
iterator
in interface org.apache.poi.ss.usermodel.Row
public java.util.Spliterator<org.apache.poi.ss.usermodel.Cell> spliterator()
spliterator
in interface java.lang.Iterable<org.apache.poi.ss.usermodel.Cell>
spliterator
in interface org.apache.poi.ss.usermodel.Row
public org.apache.poi.ss.usermodel.Sheet getSheet()
getSheet
in interface org.apache.poi.ss.usermodel.Row
public org.apache.poi.ss.usermodel.Cell getCell(int cellnum)
getCell
in interface org.apache.poi.ss.usermodel.Row
cellnum
- 0 based column numberpublic short getLastCellNum()
getLastCellNum
in interface org.apache.poi.ss.usermodel.Row
public boolean getZeroHeight()
getZeroHeight
in interface org.apache.poi.ss.usermodel.Row
public int getPhysicalNumberOfCells()
getPhysicalNumberOfCells
in interface org.apache.poi.ss.usermodel.Row
public short getFirstCellNum()
getFirstCellNum
in interface org.apache.poi.ss.usermodel.Row
public 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.Row
public org.apache.poi.ss.usermodel.Cell createCell(int column)
createCell
in interface org.apache.poi.ss.usermodel.Row
public org.apache.poi.ss.usermodel.Cell createCell(int i, org.apache.poi.ss.usermodel.CellType cellType)
createCell
in interface org.apache.poi.ss.usermodel.Row
public void removeCell(org.apache.poi.ss.usermodel.Cell cell)
removeCell
in interface org.apache.poi.ss.usermodel.Row
public void setRowNum(int rowNum)
setRowNum
in interface org.apache.poi.ss.usermodel.Row
public void setHeight(short height)
setHeight
in interface org.apache.poi.ss.usermodel.Row
public void setZeroHeight(boolean zHeight)
setZeroHeight
in interface org.apache.poi.ss.usermodel.Row
public void setHeightInPoints(float height)
setHeightInPoints
in interface org.apache.poi.ss.usermodel.Row
public short getHeight()
getHeight
in interface org.apache.poi.ss.usermodel.Row
public float getHeightInPoints()
getHeightInPoints
in interface org.apache.poi.ss.usermodel.Row
public boolean isFormatted()
isFormatted
in interface org.apache.poi.ss.usermodel.Row
public org.apache.poi.ss.usermodel.CellStyle getRowStyle()
getRowStyle
in interface org.apache.poi.ss.usermodel.Row
public void setRowStyle(org.apache.poi.ss.usermodel.CellStyle style)
setRowStyle
in interface org.apache.poi.ss.usermodel.Row
public int getOutlineLevel()
getOutlineLevel
in interface org.apache.poi.ss.usermodel.Row
public void shiftCellsRight(int firstShiftColumnIndex, int lastShiftColumnIndex, int step)
shiftCellsRight
in interface org.apache.poi.ss.usermodel.Row
public void shiftCellsLeft(int firstShiftColumnIndex, int lastShiftColumnIndex, int step)
shiftCellsLeft
in interface org.apache.poi.ss.usermodel.Row