PMoveLayer

Moves the specifed layer forward or back in the drawing order.

This command was introduced in PageMaker 6.5.


Command constructors

This class has two constructors.

PMoveLayer(const char * sNameFrom, const char * sNameTo);

const char * sNameFrom;

Layer to move.

const char * sNameTo;

The layer that the layer being moved will be in front of.

PMoveLayer(const char * sNameFrom);

const char * sNameFrom;

Layer to move. This layer will be moved to the bottom.

Example. The following example will move "Layer 2" in front of "Layer 1".

PMoveLayer("Layer 2", "Layer 1");


See also

The PAssignLayer, PDeleteLayer, PDeleteUnusedLayers, PLayerOptions, PLockLayers, PNewLayer, PPasteRemembers, PSelectLayer, PShowLayers, and PTargetLayer commands

The PGetLayerFromID, PGetLayerList, PGetLayerOptions, PGetPasteRemembers, and PGetTargetLayer queries


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