Package io.keikai.model.impl
Class PasteCellHelper
- java.lang.Object
-
- io.keikai.model.impl.PasteCellHelper
-
- All Implemented Interfaces:
Serializable
public class PasteCellHelper extends Object implements Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasteCellHelper(SSheet destSheet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellRegion
pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
void
pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
-
-
-
Constructor Detail
-
PasteCellHelper
public PasteCellHelper(SSheet destSheet)
-
-
Method Detail
-
pasteCell
public CellRegion pasteCell(SheetRegion src, CellRegion dest, PasteOption option)
-
pasteValue
public void pasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
-
-