Re: Indesign CS4 question
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