SendToBack Object Command

SENDTOBACK Object Commands

Sends selected object(s) backward to the bottom of the stack.

sendtoback [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 manipulate.

Default=current.

Examples:

sendtoback

sendtoback document 'project.doc'

 

SendToBack  Command Definition  url:PGScmd/sendtoback
  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 SendToBack
Dan Kilroy wrote...2006-05-03 19:23:36

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

Move the {...} .

SendToBack ([DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SendToBack