Difference between revisions of "Documentation/DevGuide/Text/Inserting Text Files"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Documentation/Developers Guide/Text Documents)
m (FINAL VERSION FOR L10N)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/Text/Auto Text
 
|NextPage=Documentation/DevGuide/Text/Auto Text
 
}}
 
}}
{{DISPLAYTITLE:Inserting Text Files}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Text/{{SUBPAGENAME}}}}
 +
{{DISPLAYTITLE:Inserting Text Files}}
 
<!--<idltopic>com.sun.star.document.XDocumentInsertable</idltopic>-->
 
<!--<idltopic>com.sun.star.document.XDocumentInsertable</idltopic>-->
 
The text cursor in writer supports the interface <idl>com.sun.star.document.XDocumentInsertable</idl> which has a single method to insert a file at the current cursor position:
 
The text cursor in writer supports the interface <idl>com.sun.star.document.XDocumentInsertable</idl> which has a single method to insert a file at the current cursor position:

Revision as of 10:08, 14 May 2009



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).
Personal tools
In other languages