<< EditEllipse | EditFigureType >> |
Top: Documentation Library | Up: E Commands |
EditEPS Drawing Command
EDITEPS Object Commands
Sets the coordinates and options of an EPS illustration.
editeps [POSITION left top right bottom [SCALECONTENT]] [CONTENTOFFSET offsetx offsety] [CONTENTSCALE scalex scaley] [ROTATE angle | SKEW slantangle twistangle | SLANT angle | TWIST angle] [ABOUT pointx pointy | ABOUTCENTER] [constraint] [printable] [frame] [stored] [FILE filepath] [DOCUMENT name | WINDOW name | OBJECTID number]
POSITION/d The coordinates of the frame.
SCALECONTENT/k Scales the contents with the frame.
CONTENTOFFSET/d The offset in the frame.
CONTENTSCALE/d The scale of the object in the frame.
ROTATE/d The rotation angle.
SKEW/d The slant and twist angle.
SLANT/d The slant angle.
TWIST/d The twist angle.
ABOUT/d The rotation point.
ABOUTCENTER Rotates around its center.
constraint/k The aspect ratio constraint toggle.
Options: CONSTRAIN|FREE (default). printable/k The print object toggle.
Options: PRINT (default)|NOPRINT. frame/k Specifies whether the object is framed.
Options: FRAMED|FRAMELESS. stored/k Specifies if the object is internal.
Options: INTERNAL|EXTERNAL.
FILE/s The filepath and name of the object.
DOCUMENT/s The document name.
WINDOW/s The window name.
OBJECTID/i The number of the object to edit.
Notes:
All options default to the current values if not specified.
Examples:
editeps position 1.75 1.5 2.75 2.5 editeps offset -2 -2 contentscale 80 constrain
EditEPS Command Definition url:PGScmd/editeps
created:2006-03-30 14:03:53 last updated:2006-03-30 14:03:53
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For EditEPS | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 15:50:05 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Sets the {...} . EditEPS ([POSITION left top right bottom [SCALECONTENT][ADJUST]] [INTERNAL | EXTERNAL] [FILE file] [FRAMELESS | FRAMED] [CONTENTOFFSET x y] [CONTENTSCALE x y] [CONTENTROTATE rotation | CONTENTSKEW slant twist] [ROTATE rotation | SKEW slant twist | SLANT slant | TWIST twist] [ABOUT x y | ABOUTCENTER] [CONSTRAIN | FREE] [PRINT | NOPRINT] [PGS50PRO: DRAWPAGE n] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])
ARexx: Applescript: | |
User Contributed Comments For EditEPS | sign in to add a comment |
<< EditEllipse | EditFigureType >> |
Top: Documentation Library | Up: E Commands |