LibreOffice
LibreOffice 24.2 SDK API Reference
|
Makes it possible to import a document from a given URL into this document. More...
import"XDocumentInsertable.idl";
Public Member Functions | |
void | insertDocumentFromURL ([in] string aURL, [in] sequence< com::sun::star::beans::PropertyValue > aOptions) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::io::IOException ) |
Inserts the document that is specified by the URL. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Makes it possible to import a document from a given URL into this document.
void insertDocumentFromURL | ( | [in] string | aURL, |
[in] sequence< com::sun::star::beans::PropertyValue > | aOptions | ||
) | |||
raises | ( | com::sun::star::lang::IllegalArgumentException, | |
com::sun::star::io::IOException | |||
) |
Inserts the document that is specified by the URL.
The document will be inserted at the current cursor position.
Make sure that you insert at a position which can be split in two paragraphs (i.e. not inside of a field).