SetCase Text Command

SETCASE Text Commands

Sets the case of text at the insertion point or for selected text. Unlike the MAKERUPPERCASE and related commands, this command does not change the case of the letters, but merely displays and prints them as the set case because the original case is retained. If the OFF parameter is later used, the original case will be re-applied. This command has no interface equivalent.

setcase

case/k Sets the case.

Options: OFF Does not force set the case.
UPPER Sets the text to uppercase.
LOWER Sets the text to lowercase.
CAPITALIZED Sets the text to capitalized.

Examples:

setcase capitalized

 

SetCase  Command Definition  url:PGScmd/setcase
  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 SetCase
Dan Kilroy wrote...2006-05-04 17:04:47

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

Gets the {...} .

SetCase ([OFF | UPPER | LOWER | CAPITALIZED] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetCase