SetShadow Text Command

SETSHADOW Text Commands

Sets the shadow style option at the insertion point, for selected text or for a style tag.

setshadow [DOCUMENT name | WINDOW name | STYLETAG name]

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:

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
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:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetShadow