SetSuperscript Text Command

SETSUPERSCRIPT Text Commands

Sets the superscript style option at the insertion point, for selected text or for a style tag.

setsuperscript [DOCUMENT name | WINDOW name | STYLETAG name]

OFF Toggles off the style.

STANDARD Sets he default superscript style.

CUSTOM Sets a custom offset and scale.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

The standard superscript style is:

Examples:

setsuperscript off

setsuperscript custom 30 40 40 document 'project.doc'

setsuperscript standard styletag 'Special Style'

 

SetSuperscript  Command Definition  url:PGScmd/setsuperscript
  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 SetSuperscript
Dan Kilroy wrote...2006-05-04 17:04:32

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

Gets the {...} .

SetSuperscript ([OFF | STANDARD | CUSTOM yoffset xsize ysize] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetSuperscript