:: com :: sun :: star :: sdb ::

interface XInteractionDocumentSave
Base Interfaces
XInteractionDocumentSave
┗ ::com::sun::star::task::XInteractionContinuation

::com::sun::star::task::XInteractionContinuation
(referenced interface's summary:)

Methods' Summary
setName set the document name chosen by the interaction handler  
Methods' Details
setName
void
setName( [in] string  Name,
[in] ::com::sun::star::ucb::XContent  Content );

Description
set the document name chosen by the interaction handler
Parameter Name
the name of the document
Parameter Content
the content where the document should store itself
Top of Page