<< SetTypeWidth | SetUndoLevels >> |
Top: Documentation Library | Up: S Commands |
SetUnderline Text Command
SETUNDERLINE Text Commands
Sets the underline style option at the insertion point, for selected text or for a style tag.
setunderline
preset/k Sets the underline style.
Options: OFF Toggles off the style.
SINGLE Standard underlining.
DOUBLE Double underlining.
STRIKETHROUGH Standard strikethrough.
CUSTOM/d Sets a custom format and offset
DOCUMENT/s The document name.
WINDOW/s The window name.
STYLETAG/s Sets the attribute for a style tag.
Notes:
The standard single underline style is:
- format: continuous
- offset: 10%
- line: 0.5pt
- color: text color
The standard double underline style is:
- format: continuous
- offset: 10%
- stroke offset: -0.5 pt & 0.5 pt
- line: 0.5pt
- color: text color
The standard strikethrough style is:
- format: continuous
- offset: -40%
- line: 0.5pt
- color: text color
Examples:
setunderline off setunderline custom word 20 document 'project.doc' setunderline double styletag 'Table Text 2'
SetUnderline Command Definition url:PGScmd/setunderline
created:2006-03-31 10:53:01 last updated:2006-03-31 10:53:01
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SetUnderline | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-04 17:04:04 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Gets the {...} . SetUnderline ([OFF | SINGLE | DOUBLE | STRIKETHROUGH | CUSTOM offset [CONTINUOUS | WORD | CHARACTER]] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])
ARexx: Applescript: | |
User Contributed Comments For SetUnderline | sign in to add a comment |
<< SetTypeWidth | SetUndoLevels >> |
Top: Documentation Library | Up: S Commands |