service GenericClipboard in module com::sun::star::datatransfer::clipboard::

(Global Index)

Syntax

service GenericClipboard;

Description

A generic clipboard service is a simple container for transferable objects.

Exported Interfaces

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

Description

Provides access to the clipboard content.


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

Description

Provides the ability to request notifications on content changes.


com::sun::star::lang::XInitialization

Description

Provides the ability to initially set the name of the clipboard.


com::sun::star::lang::XComponent

Description

For shutdown and listener support.


com::sun::star::lang::XServiceInfo

Description

Service should always support this interface.


com::sun::star::lang::XTypeProvider

Description

Service should always support this interface.


Top of Page