Screen Spot Function - Adobe 26001360 - Illustrator CS - PC Manual

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

Advertisement

214

screen spot function

Information about the color separation screen spot function.
Table 4.82 screen spot function — Properties
Property
name
spot function
Example 59.1
-- PPD Screen Spot Functions
--
-- Make a new document
-- Get the PPDs
-- Get the name, and spot functions of the first PPD
-- For each spot function, get the name and the function
-- Display the results of the PPD info in a text frame
--
tell application "Illustrator CS"
activate
make new document
set PPDFiles to PPDs
set PPDName to name of item 1 of PPDFiles
set PPDProperties to get properties of item 1 of PPDFiles
set PPDSpotFunctions to spot functions of PPDProperties
set PPDSpotFunctionText to "Spot Functions" & return
repeat with PPDSpotFunction in PPDSpotFunctions
set PPDSpotFunctionName to name of PPDSpotFunction
set PPDSpotFunctionTX to spot function of PPDSpotFunction
set PPDSpotFunctionText to PPDSpotFunctionText & tab & PPDSpotFunctionName &
": " & PPDSpotFunctionTX & return as string
end repeat
set textContents to PPDName & return & PPDSpotFunctionText
make new text frame in document 1 with properties {contents:textContents,
position:{20, 600}}
end tell
R/O
Value Type
Unicode text
Unicode text
12 Aug 03
AppleScript Reference
What it is
The color separation screen spot
function name
The spot function in terms of the PostScript
commands

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents