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: Tue, 12 Apr 2005 10:58:35 -0400
many thanks Simon and Shane.
in this case, with many one-word text objects,
it was slightly faster to use text frames.
"Shane Stanley" <email@hidden>
Sent by: To: "Applescript Mailing List"
applescript-users-bounces+mrubin=medimedia.com@list <email@hidden>
s.apple.com cc:
Subject: Re: illustrator 10 text color change
04/11/2005 06:46 PM
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>
_______________________________________________
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
_______________________________________________
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