Package io.keikai.model.impl
Class PasteCellHelper
java.lang.Object
io.keikai.model.impl.PasteCellHelper
- All Implemented Interfaces:
Serializable
- Since:
- 3.5.0
- Author:
- Dennis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpasteCell(SheetRegion src, CellRegion dest, PasteOption option) voidpasteValue(CellBuffer buffer, SCell destCell, SheetRegion cutFrom, boolean pasteFormula, int rowOffset, int columnOffset, boolean transpose, int rowOrigin, int columnOrigin, Set<SName> names)
-
Constructor Details
-
PasteCellHelper
-
-
Method Details
-
pasteCell
-
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)
-