if(Clipboard.generalClipboard.hasFormat(ClipboardFormats.TEXT_FORMAT)) { String(Clipboard.generalClipboard.getData(ClipboardFormats.TEXT_FORMAT)); }