Edit

Share via


PowerPoint.ShapeZOrder enum

Use with setZOrder to move the specified shape up or down the collection's z-order, which shifts it in front of or behind other shapes.

Remarks

[ API set: PowerPointApi 1.8 ]

Fields

bringForward = "BringForward"

Brings the shape forward one spot in the z-order.

bringToFront = "BringToFront"

Brings the shape to the front of the z-order.

sendBackward = "SendBackward"

Sends the shape backward one spot in the z-order.

sendToBack = "SendToBack"

Sends the shape to the back of the z-order.