I want to read the clipboard from an Office app that lives in the Task Pane and uses the Javascript API. Is this possible and if so, what Javascript API function(s) will let me open and read the clipboard?
My web searches have come up empty handed. The best Javascript API for Office reference I could find was this one:
http://msdn.microsoft.com/en-us/library/office/fp142185(v=office.1501401).aspx
But I don't see any reference ot the clipboard in it. Note, the app will be running inside an Office app running on WinRT (Surface 2). I'm pointing this out in case the WinRT sandbox comes into play here.