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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -