Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XClipboardFactory
Description
Should be implemented by a clipboard factory that simplifies the creation of multiple clipboard instances.
See also
XClipboard

Methods' Summary
createClipboard Creates a new named clipboard instance.  
Methods' Details
createClipboard
XClipboard
createClipboard( [in] string  aName )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
Creates a new named clipboard instance.
Returns
A newly created instance of a GenericClipboard implementation.
Parameter aName
The name the clipboard should have.
Throws
com::sun::star::lang::IllegalArgumentException If an empty string is passed as clipboard name.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.