public interface SheetTransformationController
| Modifier and Type | Method and Description |
|---|---|
int |
duplicateDown(Block block,
int n)
This method duplicates given block down
|
int |
duplicateRight(Block block,
int n)
This method duplicates given block to the right
|
void |
duplicateRow(RowCollection rowCollection)
Duplicates given row cells according to passed
RowCollection object |
Sheet |
getSheet() |
java.util.List |
getTransformations() |
void |
removeBodyRows(Block block)
Deletes the body of the block
|
void |
removeBorders(Block block)
This method removes borders around given block shifting all other rows
|
void |
removeLeftRightBorders(Block block)
This method removes left and right borders for the block
|
void |
removeRowCells(org.apache.poi.ss.usermodel.Row row,
int startCellNum,
int endCellNum)
Clears row cells in a given range
|
int duplicateRight(Block block, int n)
block - - Block to processn - - number of times to duplicate given blockint duplicateDown(Block block, int n)
block - - Block to processn - - number of times to duplicate given blockvoid removeBorders(Block block)
block - - Block to processvoid removeLeftRightBorders(Block block)
block - - Block to processvoid removeRowCells(org.apache.poi.ss.usermodel.Row row,
int startCellNum,
int endCellNum)
row - Row to processstartCellNum - - start cell number to clearendCellNum - - end cell number to clearvoid removeBodyRows(Block block)
block - Block to processvoid duplicateRow(RowCollection rowCollection)
RowCollection objectrowCollection - - RowCollection object defining duplicate numbers and cell rangesjava.util.List getTransformations()
Copyright © 2005-2014 jXLS Team. All Rights Reserved.