com.aspose.slides.pptx
Class ZOrderCmdEx

java.lang.Object
  extended by com.aspose.slides.Enumerate
      extended by com.aspose.slides.pptx.ZOrderCmdEx

public class ZOrderCmdEx
extends Enumerate

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


Field Summary
static ZOrderCmdEx BRING_FORWARD
           
static int BRING_FORWARD_ID
           
static ZOrderCmdEx BRING_TO_FRONT
           
static int BRING_TO_FRONT_ID
           
static ZOrderCmdEx SEND_BACKWARD
           
static int SEND_BACKWARD_ID
           
static ZOrderCmdEx SEND_TO_BACK
           
static int SEND_TO_BACK_ID
           
 
Method Summary
 
Methods inherited from class com.aspose.slides.Enumerate
getId, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BRING_FORWARD

public static final ZOrderCmdEx BRING_FORWARD

BRING_FORWARD_ID

public static final int BRING_FORWARD_ID
See Also:
Constant Field Values

BRING_TO_FRONT

public static final ZOrderCmdEx BRING_TO_FRONT

BRING_TO_FRONT_ID

public static final int BRING_TO_FRONT_ID
See Also:
Constant Field Values

SEND_BACKWARD

public static final ZOrderCmdEx SEND_BACKWARD

SEND_BACKWARD_ID

public static final int SEND_BACKWARD_ID
See Also:
Constant Field Values

SEND_TO_BACK

public static final ZOrderCmdEx SEND_TO_BACK

SEND_TO_BACK_ID

public static final int SEND_TO_BACK_ID
See Also:
Constant Field Values