asposecells.api

Class PresetShadowType

Utility class containing constants. Represents preset shadow type.

Field Summary
const  intNO_SHADOW
No shadow.
const  intCUSTOM
Custom shadow.
const  intOFFSET_DIAGONAL_BOTTOM_RIGHT
Outer shadow offset diagonal bottom right.
const  intOFFSET_BOTTOM
Outer shadow offset bottom.
const  intOFFSET_DIAGONAL_BOTTOM_LEFT
Outer shadow offset diagonal bottom left.
const  intOFFSET_RIGHT
Outer shadow offset right.
const  intOFFSET_CENTER
Outer shadow offset center.
const  intOFFSET_LEFT
Outer shadow offset left.
const  intOFFSET_DIAGONAL_TOP_RIGHT
Outer shadow offset diagonal top right.
const  intOFFSET_TOP
Outer shadow offset top.
const  intOFFSET_DIAGONAL_TOP_LEFT
Outer shadow offset diagonal top left.
const  intINSIDE_DIAGONAL_TOP_LEFT
Inner shadow inside diagonal top Left.
const  intINSIDE_TOP
Inner shadow inside top.
const  intINSIDE_DIAGONAL_TOP_RIGHT
Inner shadow inside diagonal top right.
const  intINSIDE_LEFT
Inner shadow inside left.
const  intINSIDE_CENTER
Inner shadow inside center.
const  intINSIDE_RIGHT
Inner shadow inside right.
const  intINSIDE_DIAGONAL_BOTTOM_LEFT
Inner shadow inside diagonal bottom left.
const  intINSIDE_BOTTOM
Inner shadow inside bottom.
const  intINSIDE_DIAGONAL_BOTTOM_RIGHT
Inner shadow inside diagonal bottom right.
const  intPERSPECTIVE_DIAGONAL_UPPER_LEFT
Outer shadow perspective diagonal upper left.
const  intPERSPECTIVE_DIAGONAL_UPPER_RIGHT
Outer shadow perspective diagonal upper right.
const  intBELOW
Outer shadow below.
const  intPERSPECTIVE_DIAGONAL_LOWER_LEFT
Outer shadow perspective diagonal lower left.
const  intPERSPECTIVE_DIAGONAL_LOWER_RIGHT
Outer shadow perspective diagonal lower right.
 

    • Field Detail

      • NO_SHADOW

        const int NO_SHADOW
        No shadow.
      • CUSTOM

        const int CUSTOM
        Custom shadow.
      • OFFSET_DIAGONAL_BOTTOM_RIGHT

        const int OFFSET_DIAGONAL_BOTTOM_RIGHT
        Outer shadow offset diagonal bottom right.
      • OFFSET_BOTTOM

        const int OFFSET_BOTTOM
        Outer shadow offset bottom.
      • OFFSET_DIAGONAL_BOTTOM_LEFT

        const int OFFSET_DIAGONAL_BOTTOM_LEFT
        Outer shadow offset diagonal bottom left.
      • OFFSET_RIGHT

        const int OFFSET_RIGHT
        Outer shadow offset right.
      • OFFSET_CENTER

        const int OFFSET_CENTER
        Outer shadow offset center.
      • OFFSET_LEFT

        const int OFFSET_LEFT
        Outer shadow offset left.
      • OFFSET_DIAGONAL_TOP_RIGHT

        const int OFFSET_DIAGONAL_TOP_RIGHT
        Outer shadow offset diagonal top right.
      • OFFSET_TOP

        const int OFFSET_TOP
        Outer shadow offset top.
      • OFFSET_DIAGONAL_TOP_LEFT

        const int OFFSET_DIAGONAL_TOP_LEFT
        Outer shadow offset diagonal top left.
      • INSIDE_DIAGONAL_TOP_LEFT

        const int INSIDE_DIAGONAL_TOP_LEFT
        Inner shadow inside diagonal top Left.
      • INSIDE_TOP

        const int INSIDE_TOP
        Inner shadow inside top.
      • INSIDE_DIAGONAL_TOP_RIGHT

        const int INSIDE_DIAGONAL_TOP_RIGHT
        Inner shadow inside diagonal top right.
      • INSIDE_LEFT

        const int INSIDE_LEFT
        Inner shadow inside left.
      • INSIDE_CENTER

        const int INSIDE_CENTER
        Inner shadow inside center.
      • INSIDE_RIGHT

        const int INSIDE_RIGHT
        Inner shadow inside right.
      • INSIDE_DIAGONAL_BOTTOM_LEFT

        const int INSIDE_DIAGONAL_BOTTOM_LEFT
        Inner shadow inside diagonal bottom left.
      • INSIDE_BOTTOM

        const int INSIDE_BOTTOM
        Inner shadow inside bottom.
      • INSIDE_DIAGONAL_BOTTOM_RIGHT

        const int INSIDE_DIAGONAL_BOTTOM_RIGHT
        Inner shadow inside diagonal bottom right.
      • PERSPECTIVE_DIAGONAL_UPPER_LEFT

        const int PERSPECTIVE_DIAGONAL_UPPER_LEFT
        Outer shadow perspective diagonal upper left.
      • PERSPECTIVE_DIAGONAL_UPPER_RIGHT

        const int PERSPECTIVE_DIAGONAL_UPPER_RIGHT
        Outer shadow perspective diagonal upper right.
      • BELOW

        const int BELOW
        Outer shadow below.
      • PERSPECTIVE_DIAGONAL_LOWER_LEFT

        const int PERSPECTIVE_DIAGONAL_LOWER_LEFT
        Outer shadow perspective diagonal lower left.
      • PERSPECTIVE_DIAGONAL_LOWER_RIGHT

        const int PERSPECTIVE_DIAGONAL_LOWER_RIGHT
        Outer shadow perspective diagonal lower right.