SetTrackRange Text Command

SETTRACKRANGE Text Commands

Sets the tracking range options at the insertion point, for selected text or for a style tag.

settrackrange [DOCUMENT name | WINDOW name | STYLETAG name]

minc/d The minimum character spacing.

optc/d The optimum character spacing.

maxc/d The maximum character spacing.

minw/d The minimum word spacing.

optw/d The optimum word spacing.

maxw/d The maximum word spacing.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

settrackrange '-5 0 25 75 100 150'

settrackrange '-5 0 25 75 100 150' styletag 'Body'

 

SetTrackRange  Command Definition  url:PGScmd/settrackrange
  created:2006-03-31 10:53:00   last updated:2006-03-31 10:53:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetTrackRange
Dan Kilroy wrote...2006-05-04 17:05:34

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetTrackRange (minc optc maxc minw optw maxw [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTrackRange