com.aspose.slides
Interface DrawingControlDecision


public interface DrawingControlDecision

Constants which define whether a shape and its children will be drawn.


Field Summary
static int DRAW
          Draw this element and all its children.
static int DRAW_ASK_ABOUT_CHILDREN
          Draw this element and ask about children.
static int IGNORE
          Do not draw this element and all its children.
static int IGNORE_ASK_ABOUT_CHILDREN
          Do not draw this element but ask about children.
 

Field Detail

DRAW_ASK_ABOUT_CHILDREN

static final int DRAW_ASK_ABOUT_CHILDREN
Draw this element and ask about children.

See Also:
Constant Field Values

DRAW

static final int DRAW
Draw this element and all its children.

See Also:
Constant Field Values

IGNORE_ASK_ABOUT_CHILDREN

static final int IGNORE_ASK_ABOUT_CHILDREN
Do not draw this element but ask about children.

See Also:
Constant Field Values

IGNORE

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

See Also:
Constant Field Values