Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hallo,

ich schreibe hin und wieder kleine Java-Programme die OO benutzen, um odt-Dateien zu erzeugen.
Bisher habe ich immer "Nice Office Access" dazu benutzt.
Leider scheint es viele Schwierigkeiten zwischen "Nice Office Access" und LibreOffice zu geben.
Die Zukunft von "Nice Office Access" ist momentan auch ungewiss.

Deswegen meine Frage:
Gibt es Programmierbeispiele, wie man LibreOffice direkt mit Java-Applikationen (also keine Makros!!) "fernsteuern" kann?

Für mich ist es absolut wichtig mathematische Formel-Objekte in den Texten verankern zu können.
Wenn es dazu auch Codebeispiele gäbe, wäre das wunderbar.

Bisher mache ich das so:
XTextContent embeddedObject = (XTextContent) UnoRuntime.queryInterface(XTextContent.class,
xMultiServiceFactory.createInstance("com.sun.star.text.TextEmbeddedObject"));
XPropertySet props = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, embeddedObject); //this CLSID stands for a formula object and makes the embeddedObject to a formula
//I did not find informations in the OO-API :-(
props.setPropertyValue("CLSID", "078B7ABA-54FC-457F-8551-6147e776a997");
props.setPropertyValue("AnchorType", TextContentAnchorType.AS_CHARACTER);


Vielen Dank!
Beste Grüße
Jochen

--
Informationen zum Abmelden: E-Mail an users+help@de.libreoffice.org
Tips zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.