Re: easy quark 4 question
Re: easy quark 4 question
- Subject: Re: easy quark 4 question
- From: Hans Haesler <email@hidden>
- Date: Thu, 29 May 2003 20:19:36 +0200
On Thu, 29 May 2003, Peter D. Kincaid wrote:
>
I need it to make sure that every text whose color is "magenta" has its trap
>
set to "overprint"
Selecting the Item tool (= drag mode) helps to speed up execution.
---
tell document 1 of application "QuarkXPress 4.11"
set tool mode to drag mode
tell every story
set trap text of (every text style range whose name of color is "Magenta") to overprint
end tell
end tell
---
I use a similar construct in my flight-check script for making sure that
every color other than "Black" is set to "knockout".
HTH,
Hans
---
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.