Variable, Variables - Adobe 26001360 - Illustrator CS - PC Manual

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

Advertisement

234
make new text frame in document 1 with properties {name:"PointText",
contents:"Text Frame 3"}
set the position of text frame "PointText" of document 1 to {400, 700}
delay 1
set user interaction level to interact with all
display dialog ("Text Frame Count: " & (count text frames of document 1) as
string)
set the contents of text frame "AreaText" of document 1 to "Area Text is cool"
set the contents of text frame "PathText" of document 1 to "Path Text is
cooler"
set the contents of text frame "PointText" of document 1 to "Point Text is not"
delay 1
delete text frame "PointText" of document 1
delay 1
display dialog ("Text Frame Count: " & (count text frames of document 1) as
string)
set user interaction level to never interact
end tell

variable, variables

A class of variables that can be imported and exported. Variables are document-level, created
in the document object.
Table 4.99 variable, variables — Elements
Element:
page item
Table 4.100 variable, variables — Properties
Property
best type
class
container
default type
index
Refer to by:
by name, by numeric index, before/after another element,
as a range of elements, satisfying a test
R/O
Value type
R/O
type class
R/O
type class
R/O
object reference
R/O
type class
R/O
integer
12 Aug 03
AppleScript Reference
What it is
The best type for the text path object's
value; always returns reference
The variable object's class, which is
variable
A reference to the art object that contains
this variable
The default type for the variable;
always returns reference
The index of this variable in the art
object

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents