Am Donnerstag, den 08.11.2007, 10:49 +0100 schrieb Laurent Godard: > Hi all > > Using writer > > is there an alternative to .uno:InsertDoc dispatcher command using full api > my goal is to import html file (ideally using inputstream)
Yes, use the "css.document.XDocumentInsertable" interface of a text cursor. It works like loading from an URL, taking a MediaDescriptor, ... Have fun, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
