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

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

interface XFlushableClipboard

Base Interface
com::sun::star::uno::XInterface

Description
An interface for flushable clipboards may optionally be implemented by a system clipboard service.
See also
com::sun::star::datatransfer::clipboard::SystemClipboard


Known Services which Export this Interface

com::sun::star::datatransfer::clipboard::SystemClipboard The system clipboard service builds a bridge to the OS specific clipboard interfaces.


Methods' Summary

flushClipboard Renders the current content of the clipboard to the system so that it is available even if the source application no longer exist.

Methods' Details

flushClipboard
 
void
flushClipboard();
Description
Renders the current content of the clipboard to the system so that it is available even if the source application no longer exist.

Top of Page