Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InDesign Scripting - Getting Links of Active Spread



Hello everybody.

I need a script to return a list of all the links in the active spread of an InDesign document for the purpose of updating them. Getting links for the entire document is easy:

 

tell application "Adobe InDesign CS2"

            tell document 1

                        every link

            end tell

end tell

 

but I can’t figure out how to get just the active spread’s links. For example,

 

tell application "Adobe InDesign CS2"

         tell document 1

                   every link of active spread of window 1

         end tell

end tell

 

doesn’t work. Any ideas?

Thanks,

Garry Simon

 

 

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.