SaveStyleTags Style Command

SAVESTYLETAGS Style Commands

This saves the current style tags in an IFF CTAG file.

savestyletags [type] [progress] [DOCUMENT name | WINDOW name | CHAPTER name]

FILE/s The filename and path of the style tag file to save.

ASK Opens a file selector to select the file.

type/k The type of style tags to save.

Options: ALL (default) | CHARACTER | PARAGRAPH | OBJECT | COLOR.

progress/k Toggle to display a progress meter.

Options: STATUS | NOSTATUS (default).

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

CHAPTER/s The document/chapter name.

Default=current.

Notes:

Colors are stored as color style tags, so colors are also saved in IFF CTAG files.

Examples:

savestyletags file 'Work:Documents/MyColors' color

savestyletags ask status

 

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

User Contributed Comments For SaveStyleTags
Dan Kilroy wrote...2006-05-04 16:50:04

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

Gets the {...} .

SaveStyleTags ([ASK | FILE "file"] [ALL | TEXT | PARAGRAPH | CHARACTER | OBJECT | COLOR] [STATUS | NOSTATUS] [QUIET | FORCE | ALERT] [DOCUMENT document | CHAPTER document:... | WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SaveStyleTags