Uses of Class
net.sf.jxls.transformer.RowCollection

Packages that use RowCollection
net.sf.jxls.controller   
net.sf.jxls.parser   
net.sf.jxls.transformer   
net.sf.jxls.util   
 

Uses of RowCollection in net.sf.jxls.controller
 

Methods in net.sf.jxls.controller with parameters of type RowCollection
 void SheetTransformationControllerImpl.duplicateRow(RowCollection rowCollection)
           
 void SheetTransformationController.duplicateRow(RowCollection rowCollection)
          Duplicates given row cells according to passed RowCollection object
 

Uses of RowCollection in net.sf.jxls.parser
 

Methods in net.sf.jxls.parser that return RowCollection
 RowCollection Cell.getRowCollection()
           
 

Methods in net.sf.jxls.parser with parameters of type RowCollection
 void Cell.setRowCollection(RowCollection rowCollection)
           
 

Uses of RowCollection in net.sf.jxls.transformer
 

Methods in net.sf.jxls.transformer that return RowCollection
 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
 

Methods in net.sf.jxls.transformer with parameters of type RowCollection
 void Row.addRowCollection(RowCollection rowCollection)
          Adds RowCollection object to the row collection list
 void MergedRegion.setRowCollection(RowCollection rowCollection)
           
 

Constructors in net.sf.jxls.transformer with parameters of type RowCollection
MergedRegion(org.apache.poi.ss.util.CellRangeAddress region, RowCollection rowCollection)
           
 

Uses of RowCollection in net.sf.jxls.util
 

Methods in net.sf.jxls.util with parameters of type RowCollection
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-2013 jXLS Team. All Rights Reserved.