我正在尝试确定苹果是否在Keynote ^6.5中公开了“comments”对象。我检查了它的Applescript字典,但没有看到任何具有该名称的对象。我的目的是构建一个脚本,用于读取注释记号文件中的注释并将其记录到日志文件中。
发布于 2015-03-16 11:48:41
对于Keynote 6.5.2及更高版本:tell application "Keynote" to get presenter notes of current slide of front document tell application "Keynote" to get presenter notes of slide 1 of front document tell application "Keynote" to get presenter notes of slides of front document
https://stackoverflow.com/questions/28531320
复制相似问题