com.aspose.cells.ReflectionEffect.html Maven / Gradle / Ivy
ReflectionEffect
com.aspose.cells
Class ReflectionEffect
java.lang.Object
com.aspose.cells.ReflectionEffect
public class ReflectionEffect
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
double | getBlur() | |
void | setBlur(double) | |
Gets and sets the blur radius,in unit of points. | ||
double | getDirection() | |
void | setDirection(double) | |
Gets and sets the direction of the alpha gradient ramp relative to the shape itself. | ||
double | getDistance() | |
void | setDistance(double) | |
Gets and sets how far to distance the shadow,in unit of points. | ||
double | getFadeDirection() | |
void | setFadeDirection(double) | |
Gets and sets the direction to offset the reflection. | ||
boolean | getRotWithShape() | |
void | setRotWithShape(boolean) | |
Gets and sets if the reflection should rotate with the shape. | ||
double | getSize() | |
void | setSize(double) | |
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) | |
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) | |
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.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.