Package com.storedobject.office.od.ods
Class Row
java.lang.Object
com.storedobject.office.od.ods.Row
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.poi.ss.usermodel.Row
org.apache.poi.ss.usermodel.Row.MissingCellPolicy
-
Method Summary
Modifier and TypeMethodDescriptionIterator
<org.apache.poi.ss.usermodel.Cell> org.apache.poi.ss.usermodel.Cell
createCell
(int index) org.apache.poi.ss.usermodel.Cell
createCell
(int index, org.apache.poi.ss.usermodel.CellType cellType) void
dispose()
org.apache.poi.ss.usermodel.Cell
getCell
(int index) org.apache.poi.ss.usermodel.Cell
getCell
(int index, org.apache.poi.ss.usermodel.Row.MissingCellPolicy missingCellPolicy) short
short
float
short
int
int
int
org.apache.poi.ss.usermodel.CellStyle
getSheet()
boolean
boolean
Iterator
<org.apache.poi.ss.usermodel.Cell> iterator()
void
removeCell
(org.apache.poi.ss.usermodel.Cell cell) void
setHeight
(short height) void
setHeightInPoints
(float points) void
setRowNum
(int i) void
setRowStyle
(org.apache.poi.ss.usermodel.CellStyle cellStyle) void
setZeroHeight
(boolean b) void
shiftCellsLeft
(int i, int i1, int i2) void
shiftCellsRight
(int i, int i1, int i2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.poi.ss.usermodel.Row
spliterator
-
Method Details
-
createCell
public org.apache.poi.ss.usermodel.Cell createCell(int index) - Specified by:
createCell
in interfaceorg.apache.poi.ss.usermodel.Row
-
createCell
public org.apache.poi.ss.usermodel.Cell createCell(int index, org.apache.poi.ss.usermodel.CellType cellType) - Specified by:
createCell
in interfaceorg.apache.poi.ss.usermodel.Row
-
removeCell
public void removeCell(org.apache.poi.ss.usermodel.Cell cell) - Specified by:
removeCell
in interfaceorg.apache.poi.ss.usermodel.Row
-
setRowNum
public void setRowNum(int i) - Specified by:
setRowNum
in interfaceorg.apache.poi.ss.usermodel.Row
-
getRowNum
public int getRowNum()- Specified by:
getRowNum
in interfaceorg.apache.poi.ss.usermodel.Row
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell(int index) - Specified by:
getCell
in interfaceorg.apache.poi.ss.usermodel.Row
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell(int index, org.apache.poi.ss.usermodel.Row.MissingCellPolicy missingCellPolicy) - Specified by:
getCell
in interfaceorg.apache.poi.ss.usermodel.Row
-
getFirstCellNum
public short getFirstCellNum()- Specified by:
getFirstCellNum
in interfaceorg.apache.poi.ss.usermodel.Row
-
getLastCellNum
public short getLastCellNum()- Specified by:
getLastCellNum
in interfaceorg.apache.poi.ss.usermodel.Row
-
getPhysicalNumberOfCells
public int getPhysicalNumberOfCells()- Specified by:
getPhysicalNumberOfCells
in interfaceorg.apache.poi.ss.usermodel.Row
-
setHeight
public void setHeight(short height) - Specified by:
setHeight
in interfaceorg.apache.poi.ss.usermodel.Row
-
setZeroHeight
public void setZeroHeight(boolean b) - Specified by:
setZeroHeight
in interfaceorg.apache.poi.ss.usermodel.Row
-
getZeroHeight
public boolean getZeroHeight()- Specified by:
getZeroHeight
in interfaceorg.apache.poi.ss.usermodel.Row
-
setHeightInPoints
public void setHeightInPoints(float points) - Specified by:
setHeightInPoints
in interfaceorg.apache.poi.ss.usermodel.Row
-
getHeight
public short getHeight()- Specified by:
getHeight
in interfaceorg.apache.poi.ss.usermodel.Row
-
getHeightInPoints
public float getHeightInPoints()- Specified by:
getHeightInPoints
in interfaceorg.apache.poi.ss.usermodel.Row
-
isFormatted
public boolean isFormatted()- Specified by:
isFormatted
in interfaceorg.apache.poi.ss.usermodel.Row
-
getRowStyle
public org.apache.poi.ss.usermodel.CellStyle getRowStyle()- Specified by:
getRowStyle
in interfaceorg.apache.poi.ss.usermodel.Row
-
setRowStyle
public void setRowStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) - Specified by:
setRowStyle
in interfaceorg.apache.poi.ss.usermodel.Row
-
cellIterator
- Specified by:
cellIterator
in interfaceorg.apache.poi.ss.usermodel.Row
-
getSheet
- Specified by:
getSheet
in interfaceorg.apache.poi.ss.usermodel.Row
-
getOutlineLevel
public int getOutlineLevel()- Specified by:
getOutlineLevel
in interfaceorg.apache.poi.ss.usermodel.Row
-
shiftCellsRight
public void shiftCellsRight(int i, int i1, int i2) - Specified by:
shiftCellsRight
in interfaceorg.apache.poi.ss.usermodel.Row
-
shiftCellsLeft
public void shiftCellsLeft(int i, int i1, int i2) - Specified by:
shiftCellsLeft
in interfaceorg.apache.poi.ss.usermodel.Row
-
iterator
-
dispose
public void dispose()
-