Ajuda dels scripts de Python en el LibreOfficeDev
El LibreOfficeDev proporciona una interfície de programació d'aplicacions (API per les seves sigles en anglès) que permet controlar les components del LibreOfficeDev amb diversos llenguatges de programació mitjançant l'ús del paquet de desenvolupament de programari (SDK per les seves sigles en anglès) del LibreOfficeDev. Per a més informació sobre l'API del LibreOfficeDev i el paquet de desenvolupament de programari, visiteu api.libreoffice.org
Aquesta secció explica les funcions més comuns de l'script Python per al LibreOfficeDev. Per a obtenir més informació, visiteu Diseny i desenvolupament d'aplicacions amb Python en el Wiki.
Working with Python Scripts in LibreOfficeDev
You can execute Python scripts choosing
. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from LibreOfficeDev.The LibreOfficeDev scripting framework for Python is optional on some GNU/Linux distributions. If it is installed, selecting LibreOfficeDev Macros for the presence of HelloWorld – HelloWorldPython macro is sufficient. If absent, please refer to your distribution documentation in order to install the LibreOfficeDev scripting framework for Python.
and checking