0

Apple スクリプトを使用してスライド上のテキスト項目のみを選択したい。

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