|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jxls.transformer.Row
public class Row
Represents single row in excel transformation
| Constructor Summary | |
|---|---|
Row(Sheet sheet,
org.apache.poi.ss.usermodel.Row hssfRow)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Row(Sheet sheet,
org.apache.poi.ss.usermodel.Row hssfRow)
| Method Detail |
|---|
public Row getParentRow()
Row object if there is anypublic 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 row
collectionName - - Collection name used to seek required RowCollection
RowCollection in this row having collection with required namepublic java.util.List getRowCollections()
RowCollection objects for this row
RowCollection objectspublic void addRowCollection(RowCollection rowCollection)
RowCollection object to the row collection list
rowCollection - RowCollection to addpublic RowCollection addCell(Cell cell)
Cell object to the list of cells for this row
cell - Cell to add
RowCollection 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||