<< SetStroke | SetStrokeCap >> |
Top: Documentation Library | Up: S Commands |
SetStrokeBegin Color Command
SETSTROKEBEGIN Color Commands
Sets the beginning arrowhead for an object, or for a stroke style tag. If nothing is selected, it sets the beginning arrowhead for future objects.
setstrokebegin
type/k Sets the arrowhead type.
Options: FLAT | ROUND | SQUARE.
ALL Sets the fill and stroke fill.
Default.
STROKENUMBER/i Sets a stroke only. See notes.
DOCUMENT/s The document name.
WINDOW/s The window name.
OBJECTID/i The number of the object.
Default=current.
STYLETAG/s Sets the attribute for a style tag.
Notes:
STROKENUMBER: Strokes are numbered from 0. This is different than the program interface which numbers them from 1.
Examples:
setstrokebegin flat setstrokebegin round strokenumber 1 object
SetStrokeBegin Command Definition url:PGScmd/setstrokebegin
created:2006-03-31 10:52:59 last updated:2006-03-31 10:52:59
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetStrokeBegin | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 17:43:17 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Sets the {...} . SetStrokeBegin (<FLAT | ROUND | ARROW | special> [ALL | STROKENUMBER n] [OBJECT | TEXT | SHADOW | OUTLINE | REVERSE | UNDERLINE | PGS40: RULEABOVE | RULEBELOW] PGS41: CELLFILL|CELLTOP|CELLBOTTOM|CELLLEFT|CELLRIGHT PGS50: DROPCAP|BULLET|NUMBERED [DOCUMENT document | WINDOW document-window | ID id | STYLETAG document:...-tagname])
ARexx: Applescript: | |
User Contributed Comments For SetStrokeBegin | sign in to add a comment |
<< SetStroke | SetStrokeCap >> |
Top: Documentation Library | Up: S Commands |