Re: INDESIGN: Any Way to Address Selected Pages in Pages Panel?
Re: INDESIGN: Any Way to Address Selected Pages in Pages Panel?
- Subject: Re: INDESIGN: Any Way to Address Selected Pages in Pages Panel?
- From: Stan Cleveland <email@hidden>
- Date: Wed, 10 Aug 2011 12:57:32 -0700
On Aug 9, 2011, at 7:19 PM, Rick Gordon wrote:
> Is there any way to address the pages in an InDesign document that are currently highlighted in the Pages Panel?
Hi Rick,
The following code shows all the properties I can find in InDesign's dictionary for the Pages panel. It seems that you can get/set the presentation of the panel, but not the content.
tell application "Adobe InDesign CS4"
properties of panel "Pages"
-- or alternatively
properties of pages panel 1
end tell
--> {parent:application "Adobe InDesign CS4", icon size:medium icon, index:1, master icon size:small icon, master vertical view:true, name:"", object reference:«class PgsP» of application "Adobe InDesign CS4", masters thumbnails:true, pages on top:false, pages thumbnails:true, rotation icons:true, transitions icons:true, transparency icons:false, resizable:masters fixed, vertical view:true}
Stan C.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden