com :: sun :: star :: io :: interface XDataExporter
- Base Interface
- com::sun::star::uno::XInterface
- 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(
-
- Description
- exports data for a component into an output stream.
|
- cancel
-  
[ oneway ] void
cancel();
- Description
- cancels the export process.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.