|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SheetTransformationController
Interface for controlling all excel sheet transformations
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Sheet getSheet()
Sheet corresponding worksheet object
int duplicateRight(Block block,
int n)
block - - Block to processn - - number of times to duplicate given block
int duplicateDown(Block block,
int n)
block - - Block to processn - - number of times to duplicate given block
void removeBorders(Block block)
block - - Block to processvoid removeLeftRightBorders(Block block)
block - - Block to process
void 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 object
rowCollection - - RowCollection object defining duplicate numbers and cell rangesjava.util.List getTransformations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||