public class Row
extends java.lang.Object
| Constructor and Description |
|---|
Row(Sheet sheet,
org.apache.poi.ss.usermodel.Row hssfRow) |
| Modifier and Type | Method and Description |
|---|---|
RowCollection |
addCell(Cell cell)
Adds
Cell object to the list of cells for this row |
void |
addRowCollection(RowCollection rowCollection)
Adds
RowCollection object to the row collection list |
java.util.List |
getCells() |
RowCollection |
getMaxNumberOfRowsCollection() |
RowCollection |
getMaxSizeCollection() |
int |
getMinDependentRowNumber() |
Row |
getParentRow() |
org.apache.poi.ss.usermodel.Row |
getPoiRow() |
RowCollection |
getRowCollectionByCollectionName(java.lang.String collectionName)
Founds
RowCollection with given collection name in this row |
java.util.List |
getRowCollections()
Returns list with all
RowCollection objects for this row |
Sheet |
getSheet() |
void |
setCells(java.util.List cells) |
void |
setParentRow(Row parentRow) |
void |
setPoiRow(org.apache.poi.ss.usermodel.Row hssfRow) |
void |
setSheet(Sheet sheet) |
public Row(Sheet sheet, org.apache.poi.ss.usermodel.Row hssfRow)
public void setParentRow(Row parentRow)
public Sheet getSheet()
public void setSheet(Sheet sheet)
public RowCollection getMaxNumberOfRowsCollection()
RowCollection in this row having maximum number of rowspublic RowCollection getMaxSizeCollection()
RowCollection in this row with maximum number of itemspublic RowCollection getRowCollectionByCollectionName(java.lang.String collectionName)
RowCollection with given collection name in this rowcollectionName - - Collection name used to seek required RowCollectionRowCollection in this row having collection with required namepublic java.util.List getRowCollections()
RowCollection objects for this rowRowCollection objectspublic void addRowCollection(RowCollection rowCollection)
RowCollection object to the row collection listrowCollection - RowCollection to addpublic RowCollection addCell(Cell cell)
Cell object to the list of cells for this rowcell - Cell to addRowCollection object if given cell has row collection or null if it has notpublic java.util.List getCells()
Cell objects for this rowpublic void setCells(java.util.List cells)
public org.apache.poi.ss.usermodel.Row getPoiRow()
Row object for the rowpublic void setPoiRow(org.apache.poi.ss.usermodel.Row hssfRow)
public int getMinDependentRowNumber()
Copyright © 2005-2014 jXLS Team. All Rights Reserved.