public class GlowEffect
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
CellsColor |
getColor()
Gets the color of the glow effect.
|
double |
getRadius()
Deprecated.
Use GlowEffect.Size property instead.
|
double |
getSize()
Gets the radius of the glow, in unit of points.
|
double |
getTransparency()
Gets the degree of transparency of the glow effect.
|
void |
setColor(CellsColor value)
Gets the color of the glow effect.
|
void |
setRadius(double value)
Deprecated.
Use GlowEffect.Size property instead.
|
void |
setSize(double value)
Sets the radius of the glow, in unit of points.
|
void |
setTransparency(double value)
Sets the degree of transparency of the glow effect.
|
public CellsColor getColor()
public void setColor(CellsColor value)
public double getRadius()
Remarks
NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.public void setRadius(double value)
Remarks
NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.public double getSize()
public void setSize(double value)
public double getTransparency()
public void setTransparency(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.