com.aspose.slides
Interface ZOrderCmd


public interface ZOrderCmd

Represents where to move the specified shape relative to the other shapes.


Field Summary
static int BRING_FORWARD
           
static int BRING_TO_FRONT
           
static int SEND_BACKWARD
           
static int SEND_TO_BACK
           
 

Field Detail

BRING_FORWARD

static final int BRING_FORWARD
See Also:
Constant Field Values

BRING_TO_FRONT

static final int BRING_TO_FRONT
See Also:
Constant Field Values

SEND_BACKWARD

static final int SEND_BACKWARD
See Also:
Constant Field Values

SEND_TO_BACK

static final int SEND_TO_BACK
See Also:
Constant Field Values