net.sf.jxls.transformation
Class ResultTransformation
java.lang.Object
net.sf.jxls.transformation.BaseTransformation
net.sf.jxls.transformation.ResultTransformation
- All Implemented Interfaces:
- Transformation
public class ResultTransformation
- extends BaseTransformation
Result information about transformation
- Author:
- Leonid Vysochyn
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultTransformation
public ResultTransformation()
ResultTransformation
public ResultTransformation(short nextCellShift,
short lastCellShift)
ResultTransformation
public ResultTransformation(int nextRowShift)
ResultTransformation
public ResultTransformation(int nextRowShift,
int lastRowShift)
isTagProcessResult
public boolean isTagProcessResult()
setTagProcessResult
public void setTagProcessResult(boolean tagProcessResult)
getLastProcessedRow
public int getLastProcessedRow()
setLastProcessedRow
public void setLastProcessedRow(int lastProcessedRow)
add
public ResultTransformation add(ResultTransformation transformation)
transformBlock
public Block transformBlock(Block block)
addNextRowShift
public ResultTransformation addNextRowShift(int shift)
addRightShift
public ResultTransformation addRightShift(short shift)
getLastCellShift
public short getLastCellShift()
getLastRowShift
public int getLastRowShift()
setLastRowShift
public void setLastRowShift(int lastRowShift)
getNextRowShift
public int getNextRowShift()
setNextRowShift
public void setNextRowShift(int nextRowShift)
getNextCellShift
public short getNextCellShift()
getStartCellShift
public int getStartCellShift()
setStartCellShift
public void setStartCellShift(int startCellShift)
Copyright © 2005-2013 jXLS Team. All Rights Reserved.