public class PasteSpecialHandler extends AbstractPasteSpecialHandler
Modifier and Type | Field and Description |
---|---|
protected Range.PasteOperation |
operation |
protected boolean |
skipBlank |
protected boolean |
transpose |
protected Range.PasteType |
type |
Constructor and Description |
---|
PasteSpecialHandler(Range.PasteType type,
Range.PasteOperation operation,
boolean skipBlank,
boolean transpose) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
processAction(UserActionContext ctx) |
doPaste, doPaste0
checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, isEnabled, process, showInfoMessage, showProtectMessage, showWarnMessage
protected final Range.PasteType type
protected final Range.PasteOperation operation
protected final boolean skipBlank
protected final boolean transpose
public PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
protected boolean processAction(UserActionContext ctx)
processAction
in class AbstractHandler
Copyright © 2020. All rights reserved.