Ink; Ink Properties - Adobe 26001360 - Illustrator CS - PC Manual

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

Advertisement

128

ink

Specifies the properties of the inks to be used in printing the document.
Table 4.35 ink — Properties
Property
name
properties
Example 23.1
-- Ink Lists
--
-- Get the name of every ink in document 1
-- Make a list of names for display
-- Display the list of names
--
tell application "Illustrator CS"
set inkNames to ""
if not (exists document 1) then error "There is no available document."
get the name of every item of inks of document 1
repeat with theName in the result
set inkNames to inkNames & theName & return
end repeat
tell me to display dialog inkNames
end tell

ink properties

Information about the ink, dot shape, and trapping.
Table 4.36 ink properties — Properties
Property
angle
custom color
density
R/O
Value Type
Unicode text
ink properties
R/O
Value Type
real
list of real
real
12 Aug 03
AppleScript Reference
What it is
The ink's name
The ink information
What it is
The ink's screen angle in degrees
The custom color
The neutral density (minimum: 0.0)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents