我正在尝试确定 Apple 是否在 Keynote ^6.5 中公开了“评论”对象。我检查了它的 Applescript 字典,但没有看到任何具有该名称的对象。我的目的是构建一个脚本,用于读取 Keynote 文件中的评论并将其记录到日志文件中。
问问题
104 次
1 回答
0
对于 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
于 2015-03-16T03:48:40.623 回答