com.aspose.slides
Class DrawingControlDecision

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.DrawingControlDecision

public final class DrawingControlDecision
extends com.aspose.ms.System.Enum

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
 
Field Summary
static int Draw
           Draw this element and all its children.
static int DrawAskAboutChildren
           Draw this element, ask about children.
static int Ignore
           Do not draw this element and all its children.
static int IgnoreAskAboutChildren
           Do not draw this element, but ask about children.
 
Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, parse, parse, parse, parse, register, toObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DrawAskAboutChildren

public static final int DrawAskAboutChildren

Draw this element, ask about children.

See Also:
Constant Field Values

Draw

public static final int Draw

Draw this element and all its children.

See Also:
Constant Field Values

IgnoreAskAboutChildren

public static final int IgnoreAskAboutChildren

Do not draw this element, but ask about children.

See Also:
Constant Field Values

Ignore

public static final int Ignore

Do not draw this element and all its children.

See Also:
Constant Field Values