• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: InDesign: Copy graphic from one rectangle to another
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: InDesign: Copy graphic from one rectangle to another
      • From: Simon Forster <email@hidden>
References: 
 >InDesign: Copy graphic from one rectangle to another (From: Simon Forster <email@hidden>)

  • Prev by Date: InDesign: Copy graphic from one rectangle to another
  • Next by Date: illustrator 10 text color change
  • Previous by thread: InDesign: Copy graphic from one rectangle to another
  • Next by thread: Re: InDesign: Copy graphic from one rectangle to another
  • Index(es):
    • Date
    • Thread