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: Rob Stott <email@hidden>
- Date: Wed, 17 Apr 2002 11:05:03 +0000
- Wheresrob: AtWork
Hi there,
I'm running Quark 4.1 and the following works fine for me;
tell application "QuarkXPress"
tell image 1 of generic box 1 of spread 1 of front document to set
bounds to exact fit
end tell
Or if you don9t want to distort the image...
tell application "QuarkXPress"
tell image 1 of generic box 1 of spread 1 of front document to set
bounds to proportional fit
end tell
Regards
Rob
--
Rob Stott
Artwork Designer
Humbrol Ltd / Airfix
Marfleet
Kingston upon Hull
England
HU9 5NE
Tel: +44 (0) 1482 701191 ext 6691
Mobile: +44 (0) 7881 811533
Fax: +44 (0) 1482 712908
ICQ No: 148381812
"...its a small world, but I wouldn9t want to paint it."
_______________________________________________
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.