interface XClipboardEx in module com::sun::star::datatransfer::clipboard::

(Global Index)

Syntax

interface XClipboardEx : com::sun::star::datatransfer::clipboard::XClipboard ;

Description

The extended clipboard interface.

See also

com::sun::star::datatransfer::clipbaord::XClipboard

Method Summary

getRenderingCapabilities To determine the supported rendering capabilities of the clipboard instance.

Known Services Which Export this Interface

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

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

Method Details



getRenderingCapabilities

Syntax

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