Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: io ::

interface XDataExporter
Description
makes it possible to export data from a component into a data sink.

Exporter objects are registered for specific components and data types.


Methods' Summary
exportData exports data for a component into an output stream.  
cancel cancels the export process.  
Methods' Details
exportData
[oneway] void
exportData( [in] XOutputStream  aOutputStream,
[in] ::com::sun::star::lang::XComponent  Component,
[in] XDataTransferEventListener  aListener );

Description
exports data for a component into an output stream.
cancel
[oneway] void
cancel();

Description
cancels the export process.
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.