:: com :: sun :: star :: datatransfer :: clipboard ::

interface XClipboardEx
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XClipboard
    |
    +-XClipboardEx
Description
The extended clipboard interface.
See also
XClipboard

Methods' Summary
getRenderingCapabilities To determine the supported rendering capabilities of the clipboard instance.
Methods' Details
getRenderingCapabilities
byte
getRenderingCapabilities();
 
 

Description
To determine the supported rendering capabilities of the clipboard instance.
Returns
A set of flags describing the rendering capabilities of the clipboard instance.
See also
RenderingCapabilities
Top of Page