interface XDocumentInsertable in module com::sun::star::document::

(Global Index)

Syntax

interface XDocumentInsertable : com::sun::star::uno::XInterface ;

Description

makes it possible to import a document from a given URL into this document.

Method Summary

insertDocumentFromURL inserts the document that is specified by the URL.

Known Services Which Export this Interface

com::sun::star::text::TextCursor

Method Details



insertDocumentFromURL

Syntax

void insertDocumentFromURL (
string aURL,
sequence< com::sun::star::beans::PropertyValue > aOptions )
raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::io::IOException );

Description

inserts the document that is specified by the URL.

Top of Page