Changing Registration colored text to black in Quark
Changing Registration colored text to black in Quark
- Subject: Changing Registration colored text to black in Quark
- From: David DuBois <email@hidden>
- Date: Mon, 20 Jan 2003 13:12:56 -0600 (CST)
I'm trying to write a script that will look at each text box in a large Quark document and change any text that is set to "Registration" color to "Black".
I can globally change all text to black, but I want the script to determine what the color is to start with.
What I've been trying doesn't work:
if properties of story 1 of text box 1 of document 1= B,
{color:"Registration"} then
set properties of story 1 of text box 1 of document 1 to {color:"Black}
end if
any help would be great!
Thanks
David DuBois
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.