aspose.cells
Class ReflectionEffect

This class specifies a reflection effect.

Property Getters/Setters Summary
functiongetBlur()
functionsetBlur(value)
           Gets and sets the blur radius,in unit of points.
functiongetDirection()
functionsetDirection(value)
           Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
functiongetDistance()
functionsetDistance(value)
           Gets and sets how far to distance the shadow,in unit of points.
functiongetFadeDirection()
functionsetFadeDirection(value)
           Gets and sets the direction to offset the reflection.
functiongetRotWithShape()
functionsetRotWithShape(value)
           Gets and sets if the reflection should rotate with the shape.
functiongetSize()
functionsetSize(value)
           Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
functiongetTransparency()
functionsetTransparency(value)
           Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
functiongetType()
functionsetType(value)
           Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.
 

Property Getters/Setters Detail

getType/setType : Number 

function getType() / function setType(value)
Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.

getTransparency/setTransparency : Number 

function getTransparency() / function setTransparency(value)
Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).

getSize/setSize : Number 

function getSize() / function setSize(value)
Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage

getBlur/setBlur : Number 

function getBlur() / function setBlur(value)
Gets and sets the blur radius,in unit of points.

getDirection/setDirection : Number 

function getDirection() / function setDirection(value)
Gets and sets the direction of the alpha gradient ramp relative to the shape itself.

getDistance/setDistance : Number 

function getDistance() / function setDistance(value)
Gets and sets how far to distance the shadow,in unit of points.

getFadeDirection/setFadeDirection : Number 

function getFadeDirection() / function setFadeDirection(value)
Gets and sets the direction to offset the reflection.

getRotWithShape/setRotWithShape : boolean 

function getRotWithShape() / function setRotWithShape(value)
Gets and sets if the reflection should rotate with the shape.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.