com.spire.presentation
Enum PresetShadowValue

java.lang.Object
  extended by java.lang.Enum<PresetShadowValue>
      extended by com.spire.presentation.PresetShadowValue
All Implemented Interfaces:
java.lang.Comparable<PresetShadowValue>

public enum PresetShadowValue
extends java.lang.Enum<PresetShadowValue>

Represents a preset for a shadow effect.


Enum Constant Summary
BACK_CENTER_PERSPECTIVE
          Represents Back Center Perspective Shadow.
BACK_LEFT_LONG_PERSPECTIVE
          Represents Back Left Long Perspective Shadow
BACK_LEFT_PERSPECTIVE
          Represents Back Left Perspective Shadow.
BACK_RIGHT_LONG_PERSPECTIVE
          Represents Back Right Long Perspective Shadow
BACK_RIGHT_PERSPECTIVE
          Represents Back Right Perspective Shadow.
BOTTOM_LEFT_DROP
          Represents Bottom Left Drop Shadow.
BOTTOM_RIGHT_DROP
          Represents Bottom Right Drop Shadow.
BOTTOM_RIGHT_SMALL_DROP
          Represents Bottom Right Small Drop Shadow.
FRONT_BOTTOM
          Represents Front Bottom Shadow.
FRONT_LEFT_LONG_PERSPECTIVE
          Represents Front Left Long Perspective Shadow.
FRONT_LEFT_PERSPECTIVE
          Represents Front Left Perspective Shadow.
FRONT_RIGHT_LONG_PERSPECTIVE
          Represents Front Right Long Perspective Shadow.
FRONT_RIGHT_PERSPECTIVE
          Represents Front Right Perspective Shadow.
INNER_BOX_3_D
          Represents Inner Box Shadow 3D.
OUTER_BOX_3_D
          Represents Outer Box Shadow 3D.
TOP_LEFT_DOUBLE_DROP
          Represents Top Left Double Drop Shadow.
TOP_LEFT_DROP
          Represents Top Left Drop Shadow.
TOP_LEFT_LARGE_DROP
          Represents Top Left Large Drop Shadow.
TOP_LEFT_SMALL_DROP
          Represents Top Left Small Drop Shadow.
TOP_RIGHT_DROP
          Represents Top Right Drop Shadow.
 
Method Summary
 java.lang.String getName()
           
static PresetShadowValue getPresetShadowValueFromValue(long value)
           
 int getValue()
           
 

Enum Constant Detail

TOP_LEFT_DROP

public static final PresetShadowValue TOP_LEFT_DROP
Represents Top Left Drop Shadow.


TOP_LEFT_LARGE_DROP

public static final PresetShadowValue TOP_LEFT_LARGE_DROP
Represents Top Left Large Drop Shadow.


BACK_LEFT_LONG_PERSPECTIVE

public static final PresetShadowValue BACK_LEFT_LONG_PERSPECTIVE
Represents Back Left Long Perspective Shadow


BACK_RIGHT_LONG_PERSPECTIVE

public static final PresetShadowValue BACK_RIGHT_LONG_PERSPECTIVE
Represents Back Right Long Perspective Shadow


TOP_LEFT_DOUBLE_DROP

public static final PresetShadowValue TOP_LEFT_DOUBLE_DROP
Represents Top Left Double Drop Shadow.


BOTTOM_RIGHT_SMALL_DROP

public static final PresetShadowValue BOTTOM_RIGHT_SMALL_DROP
Represents Bottom Right Small Drop Shadow.


FRONT_LEFT_LONG_PERSPECTIVE

public static final PresetShadowValue FRONT_LEFT_LONG_PERSPECTIVE
Represents Front Left Long Perspective Shadow.


FRONT_RIGHT_LONG_PERSPECTIVE

public static final PresetShadowValue FRONT_RIGHT_LONG_PERSPECTIVE
Represents Front Right Long Perspective Shadow.


OUTER_BOX_3_D

public static final PresetShadowValue OUTER_BOX_3_D
Represents Outer Box Shadow 3D.


INNER_BOX_3_D

public static final PresetShadowValue INNER_BOX_3_D
Represents Inner Box Shadow 3D.


BACK_CENTER_PERSPECTIVE

public static final PresetShadowValue BACK_CENTER_PERSPECTIVE
Represents Back Center Perspective Shadow.


TOP_RIGHT_DROP

public static final PresetShadowValue TOP_RIGHT_DROP
Represents Top Right Drop Shadow.


FRONT_BOTTOM

public static final PresetShadowValue FRONT_BOTTOM
Represents Front Bottom Shadow.


BACK_LEFT_PERSPECTIVE

public static final PresetShadowValue BACK_LEFT_PERSPECTIVE
Represents Back Left Perspective Shadow.


BACK_RIGHT_PERSPECTIVE

public static final PresetShadowValue BACK_RIGHT_PERSPECTIVE
Represents Back Right Perspective Shadow.


BOTTOM_LEFT_DROP

public static final PresetShadowValue BOTTOM_LEFT_DROP
Represents Bottom Left Drop Shadow.


BOTTOM_RIGHT_DROP

public static final PresetShadowValue BOTTOM_RIGHT_DROP
Represents Bottom Right Drop Shadow.


FRONT_LEFT_PERSPECTIVE

public static final PresetShadowValue FRONT_LEFT_PERSPECTIVE
Represents Front Left Perspective Shadow.


FRONT_RIGHT_PERSPECTIVE

public static final PresetShadowValue FRONT_RIGHT_PERSPECTIVE
Represents Front Right Perspective Shadow.


TOP_LEFT_SMALL_DROP

public static final PresetShadowValue TOP_LEFT_SMALL_DROP
Represents Top Left Small Drop Shadow.

Method Detail

getName

public java.lang.String getName()

getValue

public int getValue()

getPresetShadowValueFromValue

public static PresetShadowValue getPresetShadowValueFromValue(long value)