java.lang.Object
com.aspose.diagram.ShapeShdwShowValue
public class ShapeShdwShowValue
| Field Summary | ||
|---|---|---|
static final int | HAS_GEOM_SHOW | |
| Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type. | ||
static final int | TOP_LEVEL_SHOW | |
| Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type and the shape is a top-level shape. | ||
static final int | ALWAYS_SHOW | |
| Specifies that the shadow effect set is always displayed. | ||
static final int | UNDEFINED | |
| Undefined. | ||
| Field Detail |
|---|
HAS_GEOM_SHOW | |
public static final int HAS_GEOM_SHOW | |
TOP_LEVEL_SHOW | |
public static final int TOP_LEVEL_SHOW | |
ALWAYS_SHOW | |
public static final int ALWAYS_SHOW | |
UNDEFINED | |
public static final int UNDEFINED | |