> properties = (OOoLib.makePropertyValue(
>        'FilterName',
>        'MathML XML (Math)'
>    ),)
> oObj.EmbeddedObject.storeToURL(url,properties)

Also at that topic.
to create embedded object i call next sequence:

doc = desktop.loadComponentFromURL(url, "_blank", 0, ())
oObj = doc.createInstance("com.sun.star.text.TextEmbeddedObject")

Is it possible to create  doc object in memory, i mean work not with
real document,
not load it from somewhere, but create in only to create some amount
of EmbeddedObjects to work with them?


Thanks.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to