Re: fit to box in quark in AS
Re: fit to box in quark in AS
- Subject: Re: fit to box in quark in AS
- From: Hans Haesler <email@hidden>
- Date: Wed, 17 Apr 2002 08:00:34 +0200
On Wed, 17 Apr 2002, email@hidden wrote:
>
Is there a way to tell quark to place a graphic in a box and size it
>
to fit by stretching it in either or both directions appropriately?
Heather,
select a picture box containing an image and run this:
---
tell document 1 of application "QuarkXPress 4.11"
tell current box
tell image 1
set bounds to exact fit
end tell
end tell
end tell
---
Hans Haesler <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.