| Package | Description |
|---|---|
| net.sf.jxls.controller | |
| net.sf.jxls.parser | |
| net.sf.jxls.transformer | |
| net.sf.jxls.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetTransformationControllerImpl.duplicateRow(RowCollection rowCollection) |
void |
SheetTransformationController.duplicateRow(RowCollection rowCollection)
Duplicates given row cells according to passed
RowCollection object |
| Modifier and Type | Method and Description |
|---|---|
RowCollection |
Cell.getRowCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setRowCollection(RowCollection rowCollection) |
| Modifier and Type | Method and Description |
|---|---|
RowCollection |
Row.addCell(Cell cell)
Adds
Cell object to the list of cells for this row |
RowCollection |
Row.getMaxNumberOfRowsCollection() |
RowCollection |
Row.getMaxSizeCollection() |
RowCollection |
MergedRegion.getRowCollection() |
RowCollection |
Row.getRowCollectionByCollectionName(java.lang.String collectionName)
Founds
RowCollection with given collection name in this row |
| Modifier and Type | Method and Description |
|---|---|
void |
Row.addRowCollection(RowCollection rowCollection)
Adds
RowCollection object to the row collection list |
void |
MergedRegion.setRowCollection(RowCollection rowCollection) |
| Constructor and Description |
|---|
MergedRegion(org.apache.poi.ss.util.CellRangeAddress region,
RowCollection rowCollection) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Util.duplicateRow(RowCollection rowCollection) |
static void |
Util.duplicateRowCollectionProperty(RowCollection rowCollection) |
static void |
Util.prepareCollectionPropertyInRowForContentDuplication(RowCollection rowCollection) |
static void |
Util.prepareCollectionPropertyInRowForDuplication(RowCollection rowCollection,
java.lang.String collectionItemName) |
static void |
Util.removeRowCollectionPropertiesFromRow(RowCollection rowCollection) |
Copyright © 2005-2014 jXLS Team. All Rights Reserved.