SetUnderline Text Command

SETUNDERLINE Text Commands

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

setunderline offset> [DOCUMENT name | WINDOW name | STYLETAG name]

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:

The standard double underline style is:

The standard strikethrough style is:

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
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])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetUnderline