Uses of Class
io.keikai.api.Range.PasteOperation
-
Packages that use Range.PasteOperation Package Description io.keikai.api Keikai Spreadsheet API classes.io.keikai.api.impl Keikai Spreadsheet API implementation classes, internal use onlyio.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.keikai.ui.impl.undo Classes that doing system undoable action control on Keikai Spreadsheet UI Components.io.keikaiex.ui.dialog io.keikaiex.ui.impl.ua Classes that doing system user action control on Keikai Spreadsheet UI Components. -
-
Uses of Range.PasteOperation in io.keikai.api
Methods in io.keikai.api that return Range.PasteOperation Modifier and Type Method Description static Range.PasteOperation
Range.PasteOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.PasteOperation[]
Range.PasteOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.api with parameters of type Range.PasteOperation Modifier and Type Method Description static Range
CellOperationUtil. pasteSpecial(Range src, Range dest, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)
Paste according the argument from src to destinationRange
Range. pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose)
Pastes to destination. -
Uses of Range.PasteOperation in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.PasteOperation Modifier and Type Method Description Range
RangeImpl. pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose)
-
Uses of Range.PasteOperation in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.PasteOperation Modifier and Type Method Description static SRange.PasteOperation
EnumUtil. toRangePasteOpNative(Range.PasteOperation op)
-
Uses of Range.PasteOperation in io.keikai.ui.impl.undo
Fields in io.keikai.ui.impl.undo declared as Range.PasteOperation Modifier and Type Field Description protected Range.PasteOperation
PasteSpecialCellAction. _pasteOperation
Constructors in io.keikai.ui.impl.undo with parameters of type Range.PasteOperation Constructor Description PasteSpecialCellAction(String label, Sheet sheet, int srcRow, int srcColumn, int srcLastRow, int srcLastColumn, Sheet destSheet, int destRow, int destColumn, int destLastRow, int destLastColumn, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)
-
Uses of Range.PasteOperation in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Range.PasteOperation Modifier and Type Method Description protected Range.PasteOperation
PasteSpecialCtrl. getPasteOperation()
-
Uses of Range.PasteOperation in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Range.PasteOperation Modifier and Type Field Description protected Range.PasteOperation
PasteSpecialHandler. operation
Methods in io.keikaiex.ui.impl.ua with parameters of type Range.PasteOperation Modifier and Type Method Description protected boolean
AbstractPasteSpecialHandler. doPaste(UserActionContext ctx, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)
protected boolean
AbstractPasteSpecialHandler. doPaste0(UserActionContext ctx, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose)
Constructors in io.keikaiex.ui.impl.ua with parameters of type Range.PasteOperation Constructor Description PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
-