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.CellcreateCell(int index) org.apache.poi.ss.usermodel.CellcreateCell(int index, org.apache.poi.ss.usermodel.CellType cellType) voiddispose()org.apache.poi.ss.usermodel.CellgetCell(int index) org.apache.poi.ss.usermodel.CellgetCell(int index, org.apache.poi.ss.usermodel.Row.MissingCellPolicy missingCellPolicy) shortshortfloatshortintintintorg.apache.poi.ss.usermodel.CellStylegetSheet()booleanbooleanIterator<org.apache.poi.ss.usermodel.Cell> iterator()voidremoveCell(org.apache.poi.ss.usermodel.Cell cell) voidsetHeight(short height) voidsetHeightInPoints(float points) voidsetRowNum(int i) voidsetRowStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) voidsetZeroHeight(boolean b) voidshiftCellsLeft(int i, int i1, int i2) voidshiftCellsRight(int i, int i1, int i2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
createCellin 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:
createCellin interfaceorg.apache.poi.ss.usermodel.Row
-
removeCell
public void removeCell(org.apache.poi.ss.usermodel.Cell cell) - Specified by:
removeCellin interfaceorg.apache.poi.ss.usermodel.Row
-
setRowNum
public void setRowNum(int i) - Specified by:
setRowNumin interfaceorg.apache.poi.ss.usermodel.Row
-
getRowNum
public int getRowNum()- Specified by:
getRowNumin interfaceorg.apache.poi.ss.usermodel.Row
-
getCell
public org.apache.poi.ss.usermodel.Cell getCell(int index) - Specified by:
getCellin 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:
getCellin interfaceorg.apache.poi.ss.usermodel.Row
-
getFirstCellNum
public short getFirstCellNum()- Specified by:
getFirstCellNumin interfaceorg.apache.poi.ss.usermodel.Row
-
getLastCellNum
public short getLastCellNum()- Specified by:
getLastCellNumin interfaceorg.apache.poi.ss.usermodel.Row
-
getPhysicalNumberOfCells
public int getPhysicalNumberOfCells()- Specified by:
getPhysicalNumberOfCellsin interfaceorg.apache.poi.ss.usermodel.Row
-
setHeight
public void setHeight(short height) - Specified by:
setHeightin interfaceorg.apache.poi.ss.usermodel.Row
-
setZeroHeight
public void setZeroHeight(boolean b) - Specified by:
setZeroHeightin interfaceorg.apache.poi.ss.usermodel.Row
-
getZeroHeight
public boolean getZeroHeight()- Specified by:
getZeroHeightin interfaceorg.apache.poi.ss.usermodel.Row
-
setHeightInPoints
public void setHeightInPoints(float points) - Specified by:
setHeightInPointsin interfaceorg.apache.poi.ss.usermodel.Row
-
getHeight
public short getHeight()- Specified by:
getHeightin interfaceorg.apache.poi.ss.usermodel.Row
-
getHeightInPoints
public float getHeightInPoints()- Specified by:
getHeightInPointsin interfaceorg.apache.poi.ss.usermodel.Row
-
isFormatted
public boolean isFormatted()- Specified by:
isFormattedin interfaceorg.apache.poi.ss.usermodel.Row
-
getRowStyle
public org.apache.poi.ss.usermodel.CellStyle getRowStyle()- Specified by:
getRowStylein interfaceorg.apache.poi.ss.usermodel.Row
-
setRowStyle
public void setRowStyle(org.apache.poi.ss.usermodel.CellStyle cellStyle) - Specified by:
setRowStylein interfaceorg.apache.poi.ss.usermodel.Row
-
cellIterator
- Specified by:
cellIteratorin interfaceorg.apache.poi.ss.usermodel.Row
-
getSheet
- Specified by:
getSheetin interfaceorg.apache.poi.ss.usermodel.Row
-
getOutlineLevel
public int getOutlineLevel()- Specified by:
getOutlineLevelin interfaceorg.apache.poi.ss.usermodel.Row
-
shiftCellsRight
public void shiftCellsRight(int i, int i1, int i2) - Specified by:
shiftCellsRightin interfaceorg.apache.poi.ss.usermodel.Row
-
shiftCellsLeft
public void shiftCellsLeft(int i, int i1, int i2) - Specified by:
shiftCellsLeftin interfaceorg.apache.poi.ss.usermodel.Row
-
iterator
-
dispose
public void dispose()
-