java.lang.Object
com.aspose.cells.ReflectionEffect
public class ReflectionEffect
| Property Getters/Setters Summary | ||
|---|---|---|
double | getBlur() | |
void | setBlur(double value) | |
| Gets and sets the blur radius,in unit of points. | ||
double | getDirection() | |
void | setDirection(double value) | |
| Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | ||
double | getDistance() | |
void | setDistance(double value) | |
| Gets and sets how far to distance the shadow,in unit of points. | ||
double | getFadeDirection() | |
void | setFadeDirection(double value) | |
| Gets and sets the direction to offset the reflection. | ||
boolean | getRotWithShape() | |
void | setRotWithShape(boolean value) | |
| Gets and sets if the reflection should rotate with the shape. | ||
double | getSize() | |
void | setSize(double value) | |
| Gets and sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage | ||
double | getTransparency() | |
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). | ||
int | getType() | |
void | setType(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) | |
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value) | |
getSize/setSize | |
public double getSize() / public void setSize(double value) | |
getBlur/setBlur | |
public double getBlur() / public void setBlur(double value) | |
getDirection/setDirection | |
public double getDirection() / public void setDirection(double value) | |
getDistance/setDistance | |
public double getDistance() / public void setDistance(double value) | |
getFadeDirection/setFadeDirection | |
public double getFadeDirection() / public void setFadeDirection(double value) | |
getRotWithShape/setRotWithShape | |
public boolean getRotWithShape() / public void setRotWithShape(boolean value) | |