public class ResultTransformation extends BaseTransformation
| Constructor and Description |
|---|
ResultTransformation() |
ResultTransformation(int nextRowShift) |
ResultTransformation(int nextRowShift,
int lastRowShift) |
ResultTransformation(short nextCellShift,
short lastCellShift) |
| Modifier and Type | Method and Description |
|---|---|
ResultTransformation |
add(ResultTransformation transformation) |
ResultTransformation |
addNextRowShift(int shift) |
ResultTransformation |
addRightShift(short shift) |
short |
getLastCellShift() |
int |
getLastProcessedRow() |
int |
getLastRowShift() |
short |
getNextCellShift() |
int |
getNextRowShift() |
int |
getStartCellShift() |
boolean |
isTagProcessResult() |
void |
setLastProcessedRow(int lastProcessedRow) |
void |
setLastRowShift(int lastRowShift) |
void |
setNextRowShift(int nextRowShift) |
void |
setStartCellShift(int startCellShift) |
void |
setTagProcessResult(boolean tagProcessResult) |
Block |
transformBlock(Block block) |
addTransformation, getFirstRowNum, getLastRowNum, getNextRowShiftNumber, getShiftNumber, getTransformations, setFirstRowNum, setLastRowNumpublic ResultTransformation()
public ResultTransformation(short nextCellShift,
short lastCellShift)
public ResultTransformation(int nextRowShift)
public ResultTransformation(int nextRowShift,
int lastRowShift)
public boolean isTagProcessResult()
public void setTagProcessResult(boolean tagProcessResult)
public int getLastProcessedRow()
public void setLastProcessedRow(int lastProcessedRow)
public ResultTransformation add(ResultTransformation transformation)
public ResultTransformation addNextRowShift(int shift)
public ResultTransformation addRightShift(short shift)
public short getLastCellShift()
public int getLastRowShift()
public void setLastRowShift(int lastRowShift)
public int getNextRowShift()
public void setNextRowShift(int nextRowShift)
public short getNextCellShift()
public int getStartCellShift()
public void setStartCellShift(int startCellShift)
Copyright © 2005-2014 jXLS Team. All Rights Reserved.