Jump to content

マクロ/Impress

From The Document Foundation Wiki
This page is a translated version of the page Macros/Impress and the translation is 64% complete.


LibreOffice Impress では次のマクロの例を提供しています。

LibreOffice Basic Python JavaScript
Insert custom rectangle to current slide tdb n/a
Manipulate LineShape objects selectively in current slide tbd n/a
Crop images in a custom manner tbd n/a
tbd Copy shape's hex color to clipboard n/a

Macros for Math は、Impress ドキュメントに数式が含まれている場合に使用できます。

LibreOffice Basic

Basic をマクロ言語として使用する場合は、LibreOffice Basic Help を参照してください。

Python

Pythonをマクロ言語として使用する場合の概要については、 Python Scripts Help を参照してください。

JavaScript

JavaScript をマクロ言語として使用する場合は、 JavaScript マクロ - (日本語のまとめサイト Macroの杜) - を参照してください。