Re: illustrator 10 text color change
Re: illustrator 10 text color change
- Subject: Re: illustrator 10 text color change
- From: "Marc Rubin" <email@hidden>
- Date: Wed, 13 Apr 2005 17:35:49 -0400
>On Mon, 11 Apr 2005 14:11:29 +0100, Simon Topliss wrote:
>
>>The following works in CS...
>>
>>tell application "Illustrator CS"
>> tell document 1
>> set fill color of (characters of text frames whose fill color
is
>>{class:CMYK color info, black:100.0, cyan:0.0, magenta:0.0, yellow:0.0}
>or its fill color is {class:gray color info, gray value:100.0}) to
>>{class:gray color info, gray value:60.0}
>> end tell
>>end tell
>Depending on the document, it can be quicker to search stories rather
>than text frames in CS.
>--
>Shane Stanley <email@hidden>
in this case, using 'lines of text frames' instead of 'characters of text
frames'
made the above about 4 times faster.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden