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: Simon Forster <email@hidden>
- Date: Mon, 11 Apr 2005 15:19:14 +0100
On 11 Apr 2005, at 12:16, Shane Stanley 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
Thanks Shane. Easy when you know how!
As an aside, whatever language you're using it seems that circa 50% of
your time will be spent understanding the appropriate interfaces. Seems
wasteful somehow.
ATB
Simon Forster
_____________________________________________________
LDML Ltd, 62 Pall Mall, London, SW1Y 5HZ, UK
Tel: +44 (0)870 1999 780 Fax: +44 (0)70 9230 5247
_____________________________________________________
_______________________________________________
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