aspose.cells

Class ShadowEffect

This class specifies the shadow effect of the chart element or shape.

Property Getters/Setters Summary
functiongetAngle()
function
setAngle(value)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
functiongetBlur()
function
setBlur(value)
           Gets and sets the blur of the shadow. Range from 0 to 100 points.
functiongetColor()
function
setColor(value)
           Gets and sets the color of the shadow.
functiongetDistance()
function
           Gets and sets the distance of the shadow. Range from 0 to 200 points.
functiongetPresetType()
function
           Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
functiongetSize()
function
setSize(value)
           Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
functiongetTransparency()
function
           Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
 

    • Property Getters/Setters Detail

      • getPresetType/setPresetType : Number 

        function getPresetType() / function setPresetType(value)
        
        Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
      • getColor/setColor : CellsColor 

        function getColor() / function setColor(value)
        
        Gets and sets the color of the shadow.
      • getTransparency/setTransparency : Number 

        function getTransparency() / function setTransparency(value)
        
        Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
      • getSize/setSize : Number 

        function getSize() / function setSize(value)
        
        Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
      • getBlur/setBlur : Number 

        function getBlur() / function setBlur(value)
        
        Gets and sets the blur of the shadow. Range from 0 to 100 points.
      • getAngle/setAngle : Number 

        function getAngle() / function setAngle(value)
        
        Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
      • getDistance/setDistance : Number 

        function getDistance() / function setDistance(value)
        
        Gets and sets the distance of the shadow. Range from 0 to 200 points.