- R -

recentfiles
redo
refresh
refreshwindow
releasemask
removepairkern
removesoft
replacetext
revealwindow
revertdocument
rotate
rx

 

RECENTFILES System Commands

This command sets the list of recent files.

recentfiles [path]... [SAVE]

path/s The recent file paths. Max=8.

SAVE Saves the options to the PageStream3 Preferences file.

Notes:

This command requires PageStream 3.2 or newer.

Examples:

recentfiles PageStream3:Documents/Calendar save

 

REDO System Commands

Redoes the last command or action undone.

redo [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

redo document 'project.doc'

 

REFRESH System Commands

Toggles screen updates so that commands can be executed without causing a screen redraw.

refresh <status> [ALL | DOCUMENT name | WINDOW name]

status/k Sets the refresh status.

Options: OFF Turns refresh off and does not remember what needs updating.

WAIT Turns refresh off and remembers what needs updating.

ON Turns refresh on and undoes all WAITed refreshes.

CONTINUE Turns refresh on and updates what was last WAITed.

ALL Affects all windows. Default.

DOCUMENT/s Affects a specific document.

WINDOW/s Affects a specific window.

Examples:

refresh off

refresh continue document 'project.doc'

 

REFRESHWINDOW System Commands

Causes the whole window to refresh. If refresh is off or suspended, it will queue the refresh.

refreshwindow [WINDOW name]

WINDOW/s The window name. Default=current.

Examples:

refreshwindow window 'Untitled Document.1~View.1'

 

RELEASEMASK Object Commands

Removes the mask from a masked graphic without deleting the mask. The result will be a selected graphic and a selected path.

releasemask [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to edit.

Examples:

releasemask

releasemask objectid hPic15

 

REMOVEPAIRKERN Text Commands

Remove manual kerning for the selected text.

removepairkern [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

removepairkern document 'project.doc'

 

REMOVESOFT Text Commands

Removes soft hyphens, soft newlines and soft text in the selected text.

removesoft [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

removesoft document 'project.doc'

 

REPLACETEXT Text Commands

Searches for a text string and replaces it with another string.

replacetext

not implemented yet

 

REVEALWINDOW System Commands

Reveals one or more hidden windows. If the window is already visible, it will be brought to the front.

revealwindow [which | WINDOW name]

which/k Specifies which window to reveal.

Options: CURRENT (default) | ALL.

WINDOW/s Specifies which window to reveal.

Examples:

revealwindow current

revealwindow window 'Untitled Document.1~View.1'

 

REVERTDOCUMENT File Commands

This reopens the last saved version of a document, cancelling changes that have been made.

revertdocument [FILTER name] [progress] [mode] [DOCUMENT name | WINDOW name]

FILTER/k The filter to use.

Options: IFFDOC (PageStream3) | PAGESTREAM2| PROPAGE | WORDWORTHDOC.

progress/k Toggle to display a progress meter.

Options: STATUS | NOSTATUS (default).

mode/k The user prompt mode for unsaved documents.

Options: FORCE|ALERT (default) | QUIET.

Force ignores the saved status, alert opens an alert box if it has been changed, and quiet ignores the saved status but returns an error if the document had not been saved.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Notes:

If the FILTER parameter is not specified, the appropriate filter will be used.

Examples:

revertdocument status quiet

revertdocument filter 'PGS2.filter'

 

ROTATE Object Commands

Rotate selected objects.

rotate <angle> [ABOUT pointx pointy | ABOUTCENTER] [DOCUMENT name | WINDOW name | OBJECTID number]

angle/d The rotation angle.

ABOUT/d The rotation point.

ABOUTCENTER Rotates around its center.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:

rotate 90 about 2.2 3.125 document 'project.doc'

RX AmigaOnly

This executes an external ARexx or AppleScript script, as applicable.

rx [filepath] [DOCUMENT name | WINDOW name]

filepath/s The filename and path of the script.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

rx 'PageStream3:Scripts/Test'