com.aspose.diagram

Class ShapeShdwShowValue

  • java.lang.Object
    • com.aspose.diagram.ShapeShdwShowValue
public class ShapeShdwShowValue 
extends java.lang.Object

Utility class containing constants. Specifies the type of shadow for a shape.

Field Summary
static final intHAS_GEOM_SHOW
Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type.
static final intTOP_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 intALWAYS_SHOW
Specifies that the shadow effect set is always displayed.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • HAS_GEOM_SHOW

        public static final int HAS_GEOM_SHOW
        Specifies that the shadow effect set is displayed only if the shape has a Geometry Section_Type.
      • TOP_LEVEL_SHOW

        public 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.
      • ALWAYS_SHOW

        public static final int ALWAYS_SHOW
        Specifies that the shadow effect set is always displayed.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.