Package | Description |
---|---|
io.keikai.api |
Keikai Spreadsheet API classes.
|
io.keikai.api.impl |
Keikai Spreadsheet API implementation classes, internal use only
|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Range |
Range.pasteSpecial(Range dest,
Range.PasteType type,
Range.PasteOperation op,
boolean skipBlanks,
boolean transpose)
Pastes to destination
|
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 destination
|
Modifier and Type | Method and Description |
---|---|
Range |
RangeImpl.pasteSpecial(Range dest,
Range.PasteType type,
Range.PasteOperation op,
boolean skipBlanks,
boolean transpose) |
Modifier and Type | Method and Description |
---|---|
static SRange.PasteOperation |
EnumUtil.toRangePasteOpNative(Range.PasteOperation op) |
Modifier and Type | Field and Description |
---|---|
protected Range.PasteOperation |
PasteSpecialCellAction._pasteOperation |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected Range.PasteOperation |
PasteSpecialCtrl.getPasteOperation() |
Modifier and Type | Field and Description |
---|---|
protected Range.PasteOperation |
PasteSpecialHandler.operation |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
PasteSpecialHandler(Range.PasteType type,
Range.PasteOperation operation,
boolean skipBlank,
boolean transpose) |
Copyright © 2020. All rights reserved.