DeleteStyleTag Style Command

Deletes a style tag.

deletestyle [REPLACEWITH name] <STYLETAG name>

REPLACEWITH/s The style to replace the deleted style with.

STYLETAG/s The name of the style to delete.

Examples:
ARexx:

deletestyletag styletag 'Body Text' deletestyletag replacewith 'SubHeadline' ยจ styletag 'Headline'

 

DeleteStyleTag  Command Definition  url:PGScmd/deletestyletag
  created:2006-03-30 13:47:45   last updated:2006-08-18 11:29:58
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For DeleteStyleTag
Dan Kilroy wrote...2006-05-04 16:48:56

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

Gets the {...} .

DeleteStyleTag ([REPLACEWITH tagname] [STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:

DeleteStyleTag('StyleTag', ':Subchapter~mycolor', 'ReplaceWith', 'mycolor')

This should remove the color "mycolor" in chapter "Subchapter" of the document root and replace instances of it with the color "mycolor" found in the document root.

ARexx:


Applescript:

User Contributed Comments For DeleteStyleTag