SETOUTLINE Text Commands
Sets the outline style option at the insertion point, for selected
text or for a style tag.
setoutline [DOCUMENT name | WINDOW name
| STYLETAG name]
preset/k Sets the outline style.
Options: OFF Toggles off the style.
STANDARD The default outline style.
CUSTOM Sets custom attributes.
DOCUMENT/s The document name.
WINDOW/s The window name.
STYLETAG/s Sets the attribute for a style tag.
Notes:
The standard outline style is:
- line: 0.5pt stroke
- color: Black
- fill: White
You can actually set a fill style for outlined text. The Outline
type style is really just a shortcut for an alternate combination
of line and fill attributes, and the preset alternate is normal
outline.
Examples:
setoutline off
setoutline custom document 'project.doc'
setoutline standard styletag 'Outlined Text'
SetOutline Command Definition url:PGScmd/setoutline created:2006-03-31 10:52:57 last updated:2006-03-31 10:52:57 Copyright 2001-2009 GrasshopperLLC | User Contributed Comments For SetOutline | sign in to add a comment |
| Dan Kilroy wrote... | 2006-05-04 17:03:57 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . SetOutline ([OFF | STANDARD | CUSTOM] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname]) Parameters:
Results:
Notes:
See Also:
Examples: Python:
ARexx: Applescript:
|
| User Contributed Comments For SetOutline | sign in to add a comment |
|