public class ShadowEffect
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle()
Gets the lighting angle.
|
double |
getBlur()
Gets the blur of the shadow.
|
CellsColor |
getColor()
Gets the color of the shadow.
|
double |
getDistance()
Gets the distance of the shadow.
|
int |
getPresetType()
Gets the preset shadow type of the shadow.
|
double |
getSize()
Gets the size of the shadow.
|
double |
getTransparency()
Gets the degree of transparency of the shadow.
|
void |
setAngle(double value)
Sets the lighting angle.
|
void |
setBlur(double value)
Sets the blur of the shadow.
|
void |
setColor(CellsColor value)
Sets the color of the shadow.
|
void |
setDistance(double value)
Sets the distance of the shadow.
|
void |
setPresetType(int value)
Sets the preset shadow type of the shadow.
|
void |
setSize(double value)
Sets the size of the shadow.
|
void |
setTransparency(double value)
Sets the degree of transparency of the shadow.
|
public int getPresetType()
See PresetShadowType.
public void setPresetType(int value)
See PresetShadowType.
public CellsColor getColor()
public void setColor(CellsColor value)
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 getAngle()
public void setAngle(double value)
public double getDistance()
public void setDistance(double 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.