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

service SystemClipboard
Developers Guide
OfficeDev - Common Application Features - Clipboard

Exported Interfaces - Summary
XClipboardEx

Provides access to the clipboard content.

XClipboardNotifier

Provides the ability to request notifications on content changes.

XFlushableClipboard

Provides the ability to render the complete clipboard content. This interface is only available if the method XClipboardEx::getRenderingCapabilities() returns Persistant (details)

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

Provides the ability to initialize the clipboard (details)

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

For shutdown and listener support.

Exported Interfaces - Details
XClipboardEx
Description
Provides access to the clipboard content.
XClipboardNotifier
Description
Provides the ability to request notifications on content changes.
XFlushableClipboard
Usage Restrictions
optional
Description
Provides the ability to render the complete clipboard content. This interface is only available if the method XClipboardEx::getRenderingCapabilities() returns Persistant
::com::sun::star::lang::XInitialization
Usage Restrictions
optional
Description
Provides the ability to initialize the clipboard
::com::sun::star::lang::XComponent
Description
For shutdown and listener support.

 
Top of Page