<< SetPrintPath | SetRevision >> |
Top: Documentation Library | Up: S Commands |
SetReverse Text Command
SETREVERSE Text Commands
Sets the reverse style option at the insertion point, for selected text or for a style tag.
setreverse
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:
- text color: white
- reverse color: black
- offsetleft: 0%
- offsettop: 0%
- offsetright: 0%
- offsetbottom: 0%
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 | sign in to add a comment |
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])
ARexx: Applescript: | |
User Contributed Comments For SetReverse | sign in to add a comment |
<< SetPrintPath | SetRevision >> |
Top: Documentation Library | Up: S Commands |