Re: InDesign: Copy graphic from one rectangle to another
Re: InDesign: Copy graphic from one rectangle to another
- Subject: Re: InDesign: Copy graphic from one rectangle to another
- From: "Shane Stanley" <email@hidden>
- Date: Mon, 11 Apr 2005 21:16:11 +1000
On Mon, 11 Apr 2005 11:33:29 +0100, Simon Forster wrote:
>Can anyone give me a pointer as to how to copy a graphic from an
>InDesign rectangle and paste it in another?
You're going to have to use copy and paste:
tell application "InDesign CS"
set selection to graphic 1 of page item thisLabelString of document 1
copy
set active document to document 2
select page item thisLabelString of document 1
paste into
end tell
At least no activate is necessary...
--
Shane Stanley <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden