<< SetScriptPath | SetSmallCaps >> |
Top: Documentation Library | Up: S Commands |
SetShadow Text Command
SETSHADOW Text Commands
Sets the shadow style option at the insertion point, for selected text or for a style tag.
setshadow
OFF Toggles off the style.
STANDARD Sets the default shadow style.
CUSTOM/d Sets custom offsets.
ROTATE/d The rotation angle. Default=current.
SKEW/d The slant and twist angle.
Default=current.
DOCUMENT/s The document name.
WINDOW/s The window name.
STYLETAG/s Sets the attribute for a style tag.
Notes:
The standard shadow style is:
- offsetx: 15%
- offsety: 15%
- slant: 0
- line:
- fill: 40% tint
- color: Black
Examples:
setshadow standard setshadow custom 25 30 skew 5 0 document 'project.doc'
SetShadow Command Definition url:PGScmd/setshadow
created:2006-03-31 10:52:58 last updated:2006-03-31 10:52:58
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetShadow | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-04 17:03:52 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . SetShadow ([OFF | STANDARD | CUSTOM xoffset yoffset [ROTATE angle | SKEW slant twist]] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname]) Parameters:
ARexx: Applescript: | |
User Contributed Comments For SetShadow | sign in to add a comment |
<< SetScriptPath | SetSmallCaps >> |
Top: Documentation Library | Up: S Commands |