cocoa - Access Text Boxes (in a Keynote slide) in AppleScript -


need figure out how access text boxes inside slide in keynote applescript. tried use asdictionary couldn't find resemble text box object. fear not scriptable in keynote, perhaps can access them through applescript cocoa bridge? thoughts? thanks!

if (and if) keynote doesn't provide access objects on slide via applescript, should 2 things:

  1. file enhancement request @ https://bugreport.apple.com/ .
  2. try examining keynote document directly parsing xml.

keynote's xml document format not documented, far know, @ least can access it. have careful format changing out under you.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -