It retrieves the text currently stored in the Clipboard (plain text only) or the element contained in the Clipboard History.
Syntax
{#clipboardGet itemToRetrieve#}
itemToRetrieve: items to retrieve from the Clipboard History (optional). If no item is specified, PhraseExpander returns the contents of the Clipboard.
Example
Template:
{#clipboardGet#}
Result:
the text contained in the Clipboard is inserted into the document
Template:
{#clipboardGet 3#}
Result:
the 3rd most recent items contained in the Clipboard history is inserted into the document