Uses of Enum Class
io.keikai.api.Range.PasteType
Packages that use Range.PasteType
Package
Description
Keikai Spreadsheet API classes.
Keikai Spreadsheet API implementation classes, internal use only
Keikai Spreadsheet Model API implementation classes, Internal use only
Classes that doing system undoable action control on Keikai Spreadsheet UI Components.
Classes that doing system user action control on Keikai Spreadsheet UI Components.
-
Uses of Range.PasteType in io.keikai.api
Methods in io.keikai.api that return Range.PasteTypeModifier and TypeMethodDescriptionstatic Range.PasteTypeReturns the enum constant of this class with the specified name.static Range.PasteType[]Range.PasteType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.api with parameters of type Range.PasteTypeModifier and TypeMethodDescriptionstatic RangeCellOperationUtil.pasteSpecial(Range src, Range dest, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) Paste according the argument from src to destinationRange.pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose) Pastes to destination. -
Uses of Range.PasteType in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.PasteTypeModifier and TypeMethodDescriptionRangeImpl.pasteSpecial(Range dest, Range.PasteType type, Range.PasteOperation op, boolean skipBlanks, boolean transpose) -
Uses of Range.PasteType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl with parameters of type Range.PasteTypeModifier and TypeMethodDescriptionstatic SRange.PasteTypeEnumUtil.toRangePasteTypeNative(Range.PasteType type) -
Uses of Range.PasteType in io.keikai.ui.impl.undo
Fields in io.keikai.ui.impl.undo declared as Range.PasteTypeModifier and TypeFieldDescriptionprotected final Range.PasteTypePasteSpecialCellAction._pasteTypeConstructors in io.keikai.ui.impl.undo with parameters of type Range.PasteTypeModifierConstructorDescriptionPasteSpecialCellAction(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.PasteType in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Range.PasteType -
Uses of Range.PasteType in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Range.PasteTypeMethods in io.keikaiex.ui.impl.ua with parameters of type Range.PasteTypeModifier and TypeMethodDescriptionprotected booleanAbstractPasteSpecialHandler.doPaste(UserActionContext ctx, Range.PasteType pasteType, Range.PasteOperation pasteOperation, boolean skipBlank, boolean transpose) protected booleanAbstractPasteSpecialHandler.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.PasteTypeModifierConstructorDescriptionPasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)