Uses of Class
io.keikai.model.PasteOption.PasteOperation
-
Packages that use PasteOption.PasteOperation Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes. -
-
Uses of PasteOption.PasteOperation in io.keikai.model
Methods in io.keikai.model that return PasteOption.PasteOperation Modifier and Type Method Description PasteOption.PasteOperation
PasteOption. getPasteOperation()
static PasteOption.PasteOperation
PasteOption.PasteOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasteOption.PasteOperation[]
PasteOption.PasteOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type PasteOption.PasteOperation Modifier and Type Method Description void
PasteOption. setPasteOperation(PasteOption.PasteOperation pasteOperation)
-