Difference between revisions of "Documentation/DevGuide/Scripting/Editing, Creating and Managing Macros"
From Apache OpenOffice Wiki
< Documentation | DevGuide
(Added info on Python macros) |
m |
||
| Line 8: | Line 8: | ||
{{Documentation/DevGuideLanguages|Documentation/DevGuide/Scripting/{{SUBPAGENAME}}}} | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Scripting/{{SUBPAGENAME}}}} | ||
{{DISPLAYTITLE:Editing, Creating and Managing Macros}} | {{DISPLAYTITLE:Editing, Creating and Managing Macros}} | ||
| − | The Scripting Framework provides support for editing, creating and managing macros via the '''Tools > Macro > Organize Macros''' menu. From there you can open a macro management dialog for BeanShell, JavaScript or | + | The Scripting Framework provides support for editing, creating and managing macros via the '''Tools > Macro > Organize Macros''' menu. From there you can open a macro management dialog for BeanShell, JavaScript or OpenOffice Basic macros. |
| − | The '''Tools > Macro > Organize Macros''' menu of {{ | + | The '''Tools > Macro > Organize Macros''' menu of {{AOo}} can only execute existing Python macros. Facilities for creating, editing, deleting, are not yet implemented. |
{{PDL1}} | {{PDL1}} | ||
[[Category:Documentation/Developer's Guide/Scripting]] | [[Category:Documentation/Developer's Guide/Scripting]] | ||
Latest revision as of 18:10, 21 December 2020
The Scripting Framework provides support for editing, creating and managing macros via the Tools > Macro > Organize Macros menu. From there you can open a macro management dialog for BeanShell, JavaScript or OpenOffice Basic macros.
The Tools > Macro > Organize Macros menu of Apache OpenOffice can only execute existing Python macros. Facilities for creating, editing, deleting, are not yet implemented.
| Content on this page is licensed under the Public Documentation License (PDL). |