com.aspose.slides.pptx
Class DrawingControlDecisionEx

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

public class DrawingControlDecisionEx
extends Enumerate

Represents enumeration of rules to select shapes for rendering.


Field Summary
static DrawingControlDecisionEx DRAW
          draw this element and all its children.
static DrawingControlDecisionEx DRAW_ASK_ABOUT_CHILDREN
          draw this element, ask about children.
static int DRAW_ASK_ABOUT_CHILDREN_ID
           
static int DRAW_ID
           
static DrawingControlDecisionEx IGNORE
          Do not draw this element and all its children.
static DrawingControlDecisionEx IGNORE_ASK_ABOUT_CHILDREN
          Do not draw this element, but ask about children.
static int IGNORE_ASK_ABOUT_CHILDREN_ID
           
static int IGNORE_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

DRAW_ASK_ABOUT_CHILDREN

public static final DrawingControlDecisionEx DRAW_ASK_ABOUT_CHILDREN
draw this element, ask about children.


DRAW_ASK_ABOUT_CHILDREN_ID

public static final int DRAW_ASK_ABOUT_CHILDREN_ID
See Also:
Constant Field Values

DRAW

public static final DrawingControlDecisionEx DRAW
draw this element and all its children.


DRAW_ID

public static final int DRAW_ID
See Also:
Constant Field Values

IGNORE_ASK_ABOUT_CHILDREN

public static final DrawingControlDecisionEx IGNORE_ASK_ABOUT_CHILDREN
Do not draw this element, but ask about children.


IGNORE_ASK_ABOUT_CHILDREN_ID

public static final int IGNORE_ASK_ABOUT_CHILDREN_ID
See Also:
Constant Field Values

IGNORE

public static final DrawingControlDecisionEx IGNORE
Do not draw this element and all its children.


IGNORE_ID

public static final int IGNORE_ID
See Also:
Constant Field Values