首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >applescript (automator)如何在keynote中访问选定图像的属性?

applescript (automator)如何在keynote中访问选定图像的属性?
EN

Stack Overflow用户
提问于 2015-07-14 23:21:52
回答 1查看 212关注 0票数 0
代码语言:javascript
复制
tell application "Keynote"
    activate
    tell the front document
        tell the current slide
            set ImageItem to **image 1**
        end tell
    end tell
end tell

当我使用这样的脚本时,我可以通过它们的索引来访问图像。但是,如果我想要在keynote中选择图像,我应该怎么做?

非常感谢!

EN

回答 1

Stack Overflow用户

发布于 2015-07-15 12:44:12

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

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31410776

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档