public class RemoveTransformation extends BlockTransformation
block| Constructor and Description |
|---|
RemoveTransformation(Block block) |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBlockAfterTransformation() |
java.lang.String |
toString() |
java.util.List |
transformCell(Point p)
Transforms given spreadsheet cell
|
java.util.List |
transformCell(java.lang.String sheetName,
CellRef cellRef)
Transforms given spreadsheet cell
|
equals, getBlock, getDuplicatedCellRef, hashCode, setBlockpublic RemoveTransformation(Block block)
public Block getBlockAfterTransformation()
getBlockAfterTransformation in class BlockTransformationpublic java.util.List transformCell(Point p)
BlockTransformationtransformCell in class BlockTransformationp - - Point representing spreadsheet cell to transformList of Point objects which are result of source cell transformationpublic java.util.List transformCell(java.lang.String sheetName,
CellRef cellRef)
BlockTransformationtransformCell in class BlockTransformationsheetName - - indicates sheet containing cell to transformcellRef - - CellRef object representing spreadsheet cell to transformList of cell names which are result of source cell transformationpublic java.lang.String toString()
toString in class BlockTransformationCopyright © 2005-2014 jXLS Team. All Rights Reserved.