com.aspose.cells
Class ReflectionEffect

java.lang.Object
    extended by com.aspose.cells.ReflectionEffect

public class ReflectionEffect 
extends java.lang.Object

This class specifies a reflection effect.

Property Getters/Setters Summary
doublegetBlur()
voidsetBlur(double value)
           Gets and sets the blur radius,in unit of points.
doublegetDirection()
voidsetDirection(double value)
           Gets and sets the direction of the alpha gradient ramp relative to the shape itself.
doublegetDistance()
voidsetDistance(double value)
           Gets and sets how far to distance the shadow,in unit of points.
doublegetFadeDirection()
voidsetFadeDirection(double value)
           Gets and sets the direction to offset the reflection.
booleangetRotWithShape()
voidsetRotWithShape(boolean value)
           Gets and sets if the reflection should rotate with the shape.
doublegetSize()
voidsetSize(double value)
           Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
doublegetTransparency()
voidsetTransparency(double value)
           Gets and sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
intgetType()
voidsetType(int value)
           Gets and sets the preset reflection effect. The value of the property is ReflectionEffectType integer constant.
 

Property Getters/Setters Detail

getType/setType

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

getTransparency/setTransparency

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

getSize/setSize

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

getBlur/setBlur

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

getDirection/setDirection

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

getDistance/setDistance

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

getFadeDirection/setFadeDirection

public double getFadeDirection() / public void setFadeDirection(double value)
Gets and sets the direction to offset the reflection.

getRotWithShape/setRotWithShape

public boolean getRotWithShape() / public void setRotWithShape(boolean 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.