Uses of Class
io.keikai.model.PasteOption.PasteType
-
Packages that use PasteOption.PasteType Package Description io.keikai.model Keikai Spreadsheet Internal Book Model classes. -
-
Uses of PasteOption.PasteType in io.keikai.model
Methods in io.keikai.model that return PasteOption.PasteType Modifier and Type Method Description PasteOption.PasteType
PasteOption. getPasteType()
static PasteOption.PasteType
PasteOption.PasteType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasteOption.PasteType[]
PasteOption.PasteType. 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.PasteType Modifier and Type Method Description void
PasteOption. setPasteType(PasteOption.PasteType pasteType)
-