:: com :: sun :: star :: document ::

interface XDocumentInsertable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XDocumentInsertable
Description
makes it possible to import a document from a given URL into this document.
Developers Guide
7.3.1 Text Documents - Working with Text Documents - Word Processing - Inserting Text Files

Methods' Summary
insertDocumentFromURL inserts the document that is specified by the URL.
Methods' Details
insertDocumentFromURL
void
insertDocumentFromURL(
 
[in] string
[in] sequence< ::com::sun::star::beans::PropertyValue

raises(

 
aURL,
aOptions ) 
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::io::IOException );

Description
inserts the document that is specified by the URL.
Top of Page