public class ReflectionEffect
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double |
getBlur()
Gets the blur radius,in unit of points.
|
double |
getDirection()
Gets the direction of the alpha gradient ramp relative to the shape itself.
|
double |
getDistance()
Gets how far to distance the shadow,in unit of points.
|
double |
getFadeDirection()
Gets the direction to offset the reflection.
|
boolean |
getRotWithShape()
Gets if the reflection should rotate with the shape.
|
double |
getSize()
Gets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
|
double |
getTransparency()
Gets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
|
int |
getType()
Gets the preset reflection effect.
|
void |
setBlur(double value)
Sets the blur radius,in unit of points.
|
void |
setDirection(double value)
Sets the direction of the alpha gradient ramp relative to the shape itself.
|
void |
setDistance(double value)
Sets how far to distance the shadow,in unit of points.
|
void |
setFadeDirection(double value)
Sets the direction to offset the reflection.
|
void |
setRotWithShape(boolean value)
Sets if the reflection should rotate with the shape.
|
void |
setSize(double value)
Sets the end position (along the alpha gradient ramp) of the end alpha value,in unit of percentage
|
void |
setTransparency(double value)
Sets the degree of the starting reflection transparency as a value from 0.0 (opaque) through 1.0 (clear).
|
void |
setType(int value)
Sets the preset reflection effect.
|
public int getType()
See ReflectionEffectType.
public void setType(int value)
See ReflectionEffectType.
public double getTransparency()
public void setTransparency(double value)
public double getSize()
public void setSize(double value)
public double getBlur()
public void setBlur(double value)
public double getDirection()
public void setDirection(double value)
public double getDistance()
public void setDistance(double value)
public double getFadeDirection()
public void setFadeDirection(double value)
public boolean getRotWithShape()
public void setRotWithShape(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.