applescript(automator)如何在主题演讲中访问所选图像的属性?

时间:2015-07-14 15:21:52

标签: image applescript automator keynote

tell application "Keynote"
    activate
    tell the front document
        tell the current slide
            set ImageItem to **image 1**
        end tell
    end tell
end tell

当我使用这样的脚本时,我可以通过索引访问图像。但是,如果我想在主题演讲中选择所选图像,我该怎么办?

非常感谢!

1 个答案:

答案 0 :(得分:0)

这是不可能的,因为Keynote没有selection属性