Difference between revisions of "API/Samples/Java/Office/OokScriptProvider"
From Apache OpenOffice Wiki
(New page: The OokScriptProvider is a sample extension that shows how to integrate a new macro scripting language (in this case the esotheric language [http://www.dangermouse.net/esoteric/ook.html Oo...) |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{revision}}<br> | |
− | + | The OokScriptProvider is a sample extension that shows how to integrate a new macro scripting language (in this case the esotheric language [https://www.dangermouse.net/esoteric/ook.html Ook]) into {{AOo}}. | |
− | You can find a [ | + | You can find the source code within the {{AOo}} repository in /contrib/sdk/examples/java/OokScriptProvider |
+ | |||
+ | You can find a [https://extensions.services.openoffice.org/project/ookscriptprovider binary version here]. | ||
+ | |||
+ | == See Also == | ||
+ | *[[API]] | ||
+ | *[[Java]] | ||
+ | |||
+ | [[Category:API]] | ||
+ | [[Category:Samples]] | ||
+ | [[Category:Java]] | ||
+ | [[Category:Office]] |
Latest revision as of 17:19, 30 January 2021
The OokScriptProvider is a sample extension that shows how to integrate a new macro scripting language (in this case the esotheric language Ook) into Apache OpenOffice.
You can find the source code within the Apache OpenOffice repository in /contrib/sdk/examples/java/OokScriptProvider
You can find a binary version here.