|
"PasteSpecial"
"PasteSpecial" is a front end token that copies the contents of the Clipboard, in a specified format, at the insertion point.
This token is equivalent to the menu command Edit Paste As.
This token has a parameter that can take one of the following values:

To execute a front end token, you typically evaluate a command of the form FrontEndExecute[FrontEndToken[token]].
|