Set; Show Presets; Singular Matrix - Adobe 26001360 - Illustrator CS - PC Manual

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

Advertisement

Adobe Illustrator CS Scripting Guide

set

Changes a variable's value or an object's data or property. This is a standard AppleScript
command used to assign values to variables and object properties.
Table 4.148 set — Parameters
Parameters
property/variable The object property or
to anything
Example 107.1
-- Set the zoom property of the frontmost view window to 100%
tell application "Illustrator CS"
set zoom of view 1 of document 1 to 100.0
end tell

show presets

Returns presets from the file as a list of Unicode text items.
Table 4.149 show presets — Parameters
Parameters
from file
specification

singular matrix

Tests an existing matrix to see if it can be inverted.
Table 4.150 singular matrix — Parameters
Parameters
matrix
What it is
script variable to modify
Any valid value
What it is
The file spec to import
from
What it is
The matrix to test
12 Aug 03
Objects supported
any property or variable
Objects supported
Objects supported
matrix
Returns
nothing
Returns
Returns
boolean
281

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents