SetBaseline Text Command

SETBASELINE Text Commands

Sets the baseline offset at the insertion point, for selected text or for a style tag. This command has no menu equivalent since super and subscripts can be created with Type Style commands.

setbaseline [DOCUMENT name | WINDOW name | STYLETAG name]

offset/d The baseline offset.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

STYLETAG/s Sets the attribute for a style tag.

Examples:

setbaseline 6

setbaseline '0p2'

setbaseline '0.5"' document 'project.doc'

setbaseline 8 styletag 'Superior Text'

 

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

User Contributed Comments For SetBaseline
Dan Kilroy wrote...2006-05-04 17:02:58

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

Gets the {...} .

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

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetBaseline