• 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 CS4 question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Indesign CS4 question


  • Subject: Re: Indesign CS4 question
  • From: "Stockly, Ed" <email@hidden>
  • Date: Mon, 17 Aug 2009 13:27:49 -0700
  • Thread-topic: Indesign CS4 question

Title: Re: Indesign CS4 question
In CS2, you can adjust the geometric bounds of the image, just as you do the rectangle.

Like this:

tell application "Adobe InDesign CS2"
   
tell
document 1
    tell page item 1
      tell image 1
        set geometric bounds to {2.0, 5.5, 15.0, 20}
       
end tell
    end tell
  end tell
end
tell


HTH,

ES

On 08/17/09 1:04 PM, "Mark Workman"  wrote:

I’ve not done a lot of CS4 scripting and have hit a snag. I have an image placed in a rectangle. I have set the geometric bounds and scaling without a problem. Now I would like to move the image in the horizontal direction (not the rectangle).
 _______________________________________________
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

  • Follow-Ups:
    • Re: Indesign CS4 question
      • From: Stan Cleveland <email@hidden>
References: 
 >Indesign CS4 question (From: "Mark Workman" <email@hidden>)

  • Prev by Date: Indesign CS4 question
  • Next by Date: Re: Indesign CS4 question
  • Previous by thread: Indesign CS4 question
  • Next by thread: Re: Indesign CS4 question
  • Index(es):
    • Date
    • Thread