[Libreoffice] export mathml

Александр Лаврущенко kpykcb at gmail.com
Fri Apr 1 12:57:33 PDT 2011


> 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.


More information about the LibreOffice mailing list