Laurent Godard wrote:
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)

Hi,
there is the interface XDocumentInsertable, implemented at the TextCursor. It has a method insertDocumentFromURL( string, sequence<PropertyValue>).

The property names are FilterName, FilterOption and Password.

Regards,
Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to