tell application "Keynote"
activate
tell the front document
tell the current slide
set ImageItem to **image 1**
end tell
end tell
end tell
当我使用这样的脚本时,我可以通过索引访问图像。但是,如果我想要在 keynote 中选择图像,我应该怎么做?
非常感谢!
tell application "Keynote"
activate
tell the front document
tell the current slide
set ImageItem to **image 1**
end tell
end tell
end tell
当我使用这样的脚本时,我可以通过索引访问图像。但是,如果我想要在 keynote 中选择图像,我应该怎么做?
非常感谢!