Inserting Text Files
From Apache OpenOffice Wiki
< Documentation | DevGuide
Revision as of 10:50, 5 June 2008 by OOoWikiBot (talk | contribs) (Robot: Changing Category:Documentation/Developers Guide/Text Documents)
The text cursor in writer supports the interface com.sun.star.document.XDocumentInsertable which has a single method to insert a file at the current cursor position:
void insertDocumentFromURL( [in] string aURL,
[in] sequence< com::sun::star::beans::PropertyValue > aOptions)
Pass a URL and an empty sequence of PropertyValue structs. However, load properties could be used as described in com.sun.star.document.MediaDescriptor.
| Content on this page is licensed under the Public Documentation License (PDL). |