SetDefaultTabStop Text Command

SETDEFAULTTABSTOP Text Commands

Sets the default tab spacing at the insertion point, for selected paragraphs or for a style tag.

setdefaulttabstop [DOCUMENT name | WINDOW name | STYLETAG name]

amount/d The tab spacing.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setdefaulttabstop 0.333in

setdefaulttabstop 10mm styletag 'Body Text'

 

SetDefaultTabStop  Command Definition  url:PGScmd/setdefaulttabstop
  created:2006-03-31 10:52:54   last updated:2006-03-31 10:52:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetDefaultTabStop
Dan Kilroy wrote...2006-05-04 17:08:26

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

Gets the {...} .

SetDefaultTabStop (amount [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetDefaultTabStop