SetTrackTable Text Command

SETTRACKTABLE Text Commands

Sets the tracking table at the insertion point, for selected text or for a style tag. A tracking table is a preset formula which tracks tighter at large sizes. Tracking tables are non-editable. Tracking can be applied on top of a tracking table's preset tracking.

settracktable

[DOCUMENT name | WINDOW name | STYLETAG name]

table/k Sets the tracking table.

Options: NONE | VERYLOOSE | LOOSE | NORMAL | TIGHT | VERYTIGHT.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Examples:

settracktable loose

settracktable normal document 'project.doc'

settracktable tight styletag 'Body Text'

 

SetTrackTable  Command Definition  url:PGScmd/settracktable
  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 SetTrackTable
Dan Kilroy wrote...2006-05-04 17:05:28

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

Gets the {...} .

SetTrackTable ([NONE | MONOSPACED | VERYLOOSE | LOOSE | NORMAL | TIGHT | VERYTIGHT] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTrackTable