SetReverse Text Command

SETREVERSE Text Commands

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

setreverse [DOCUMENT name | WINDOW name | STYLETAG name]

OFF Toggles off the style.

STANDARD The default reverse style.

CUSTOM Sets custom offsets.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

The standard single reverse style is:

When you specify a color for reverse type, you specify the foreground color. The background color is always the text color.

Examples:

setreverse standard

setreverse custom 15 20 25 15 document 'project.doc'

setreverse custom 10 10 10 10 styletag 'Reverse 10'

 

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

User Contributed Comments For SetReverse
Dan Kilroy wrote...2006-05-04 17:04:12

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

Gets the {...} .

SetReverse ([OFF | STANDARD | TITLE | CUSTOM leftoff topoff rightoff bottomoff [ALL | LOWERONLY | UPPERONLY | NOTLOWER | NOTUPPER]] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetReverse