com.aspose.diagram

Class ShapeShdwTypeValue

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

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

Field Summary
static final intUSE_PAGE
Use page default (the default).
static final intSIMPLE
Simple.
static final intOBLIQUE
Oblique.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • USE_PAGE

        public static final int USE_PAGE
        Use page default (the default).
      • SIMPLE

        public static final int SIMPLE
        Simple.
      • OBLIQUE

        public static final int OBLIQUE
        Oblique.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.