PSendToBack

Moves the selected text or graphic to the bottom layer, behind other objects.


Command constructor

PSendToBack();

Multiple objects sent to back in same stacking order. If you have multiple objects selected, the selected objects retain their stacking order in relation to each other, but they are sent to the bottom layer, behind everything else, and their drawing order changes accordingly.

Layout view only. The PSendToBack command works only in layout view.

Example. The following example selects the third object drawn and moves it behind all other objects on the page.

PSelect(3);
PSendToBack();


See also

The PBringToFront and PMove commands

Adobe PageMaker 7.0 Help > Commands > Arrange > Send to Back


Comments or suggestions? Contact Adobe Developer Support
Copyright © 1997 - 2001 Adobe Systems Incorporated. All rights reserved.
Legal notices and trademark attributions