PMoveLayer

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

This command is new in PageMaker 6.5


Command constructors

This class has two constructors.

PMoveLayer(const char * sFromLayer, const char * sToLayer);
const char * sFromLayer;
Layer to move.
const char * sToLayer;
The layer that the layer being moved will be in front of.
PMoveLayer(const char * sFromLayer);
const char * sFromLayer;
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


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support