Matrix - Adobe 26001360 - Illustrator CS - PC Manual

Scripting guide
Hide thumbs Also See for 26001360 - Illustrator CS - PC:
Table of Contents

Advertisement

146
-- Color red all lines of text containing more than 80 characters
tell application "Illustrator CS"
if (count text frames in document 1) > 0 then
set textItemCount to count text frames in document 1
repeat with i from 1 to textItemCount
set (fill color of every line of text frame i of document 1 ¬
whose length > 10) to {red:255.0}
end repeat
end if
end tell

matrix

A transformation matrix specification, used to transform the geometry of objects.
Table 4.45 matrix — Properties
Property
mvalue_a
mvalue_b
mvalue_c
mvalue_d
mvalue_tx
mvalue_ty
R/O
Value type
real
real
real
real
real
real
12 Aug 03
AppleScript Reference
What it is
Matrix property a
Matrix property b
Matrix property c
Matrix property d
Matrix property tx
Matrix property ty

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents