|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.Enumerate
com.aspose.slides.pptx.DrawingControlDecisionEx
public class DrawingControlDecisionEx
Enumeration which defines 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 |
---|
compareTo, equals, getId, getName, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DrawingControlDecisionEx DRAW_ASK_ABOUT_CHILDREN
public static final int DRAW_ASK_ABOUT_CHILDREN_ID
public static final DrawingControlDecisionEx DRAW
public static final int DRAW_ID
public static final DrawingControlDecisionEx IGNORE_ASK_ABOUT_CHILDREN
public static final int IGNORE_ASK_ABOUT_CHILDREN_ID
public static final DrawingControlDecisionEx IGNORE
public static final int IGNORE_ID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |