Uses of Class
io.keikai.api.Range.PasteType
-
Packages that use Range.PasteType 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.PasteType in io.keikai.api
Methods in io.keikai.api that return Range.PasteType Modifier and Type Method Description static Range.PasteType
Range.PasteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Range.PasteType[]
Range.PasteType. 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.PasteType 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.PasteType in io.keikai.api.impl
Methods in io.keikai.api.impl with parameters of type Range.PasteType Modifier and Type Method Description Range
RangeImpl. 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.PasteType Modifier and Type Method Description static SRange.PasteType
EnumUtil. toRangePasteTypeNative(Range.PasteType type)
-
Uses of Range.PasteType in io.keikai.ui.impl.undo
Fields in io.keikai.ui.impl.undo declared as Range.PasteType Modifier and Type Field Description protected Range.PasteType
PasteSpecialCellAction. _pasteType
Constructors in io.keikai.ui.impl.undo with parameters of type Range.PasteType 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.PasteType in io.keikaiex.ui.dialog
Methods in io.keikaiex.ui.dialog that return Range.PasteType Modifier and Type Method Description protected Range.PasteType
PasteSpecialCtrl. getPasteType()
-
Uses of Range.PasteType in io.keikaiex.ui.impl.ua
Fields in io.keikaiex.ui.impl.ua declared as Range.PasteType Modifier and Type Field Description protected Range.PasteType
PasteSpecialHandler. type
Methods in io.keikaiex.ui.impl.ua with parameters of type Range.PasteType 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.PasteType Constructor Description PasteSpecialHandler(Range.PasteType type, Range.PasteOperation operation, boolean skipBlank, boolean transpose)
-