tell application "Keynote"
activate
tell the front document
tell the current slide
set ImageItem to **image 1**
end tell
end tell
end tell当我使用这样的脚本时,我可以通过它们的索引来访问图像。但是,如果我想要在keynote中选择图像,我应该怎么做?
非常感谢!
发布于 2015-07-15 12:44:12
这是不可能的,因为Keynote没有selection属性
https://stackoverflow.com/questions/31410776
复制相似问题