0

我只想使用苹果脚本选择幻灯片上的文本项。

tell application "Keynote"
    activate

    tell front document     

        tell slide 1
            select (every text item)
        end tell
        -- save
    end tell

end tell

我不断收到以下错误:

error "Keynote got an error: every text item of slide 1 of document 1 doesn’t understand the “select” message." number -1708 from every text item of slide 1 of document 1

任何帮助将非常感激!

4

0 回答 0