Clipboard Operations

The Wolfram System offers a variety of methods for accessing the system clipboard and clipboard-like operations. In addition to the traditional interactive methods for accessing the system clipboard, the clipboard can be altered and accessed from Wolfram Language programs.

Copy/Paste Menus

Edit Copy copy the selection to the clipboard

Edit Paste paste contents, replacing the current selection

Edit Copy As Input Text copy the selection to the clipboard in a plain text form that fully preserves evaluation semantics

Edit Copy As Plain Text copy the selection to the clipboard in a plain text form that preserves the onscreen appearance at the expense of evaluation semantics

Clipboard Functions

CopyToClipboard copy an object or selection to the system clipboard

Paste paste an object to the present selection, possibly from the system clipboard

Clipboard Controls »

ClickToCopy copy the given expression to the clipboard when clicked

PasteButton button to paste an expression

NotebookWrite  ▪  CellPrint  ▪  Print

Defer  ▪  RawBoxes