Coordinate Options - 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
Example 6.2
Compound paths contain path items that can be accessed from a script. This example shows
how to duplicate the paths in a compound path and then group them in a new group item.
-- Create a group containing a set of paths duplicated from the
-- first compound path item of the document
tell application "Illustrator CS"
set pathItemList to every path item of ¬
compound path item 1 of current document
set groupRef to make new group item at beginning of layer 1 of document 1
duplicate pathItemList to beginning of groupRef
end tell

coordinate options

The print coordinate options
Table 4.12 coordinate options — Properties
Property
emulsion
fit to page
horizontal scale
orientation
R/O
Value Type
boolean
boolean
real
Valid values:
• landscape
• portrait
• reverse
landscape
• reverse
portrait
12 Aug 03
What it is
If true, the artwork will be flipped
horizontally; default: false
If true, proportionally scale the artwork to fit
on media; default: false
The horizontal scaling factor expressed as a
percentage (100 = 100%) ( 1.0–10000.0;
default: 100.0 )
The artwork orientation
default: portrait
87

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents