Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XClipboardEx

Base Interface
com::sun::star::datatransfer::clipboard::XClipboard

Description
The extended clipboard interface.
See also
com::sun::star::datatransfer::clipbaord::XClipboard


Known Services which Export this Interface

com::sun::star::datatransfer::clipboard::GenericClipboard A generic clipboard service is a simple container for transferable objects.
com::sun::star::datatransfer::clipboard::SystemClipboard The system clipboard service builds a bridge to the OS specific clipboard interfaces.


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