SetTracking Text Command

SETTRACKING Text Commands

Sets the tracking value at the insertion point, for selected text or for a style tag. Tracking can be applied on top of a tracking table's preset tracking.

settracking [DOCUMENT name | WINDOW name | STYLETAG name]

track/d The tracking value (-327 to 327).

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

Tracking units are 1/100th of an em space.

Examples:

settracking '-10'

settracking 15 document 'project.doc'

settracking 5 styletag 'Body Text'

 

SetTracking  Command Definition  url:PGScmd/settracking
  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 SetTracking
Dan Kilroy wrote...2006-05-04 17:05:20

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

Gets the {...} .

SetTracking (value [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTracking