java.lang.Objectcom.aspose.cells.GlowEffect
public class GlowEffect
Property Getters/Setters Summary | ||
---|---|---|
CellsColor | getCellsColor() | |
void | setCellsColor(CellsColor value) | |
Gets and sets the color of the glow effect. | ||
double | getRadius() | |
void | setRadius(double value) | |
Gets and sets the radius of the glow, in unit of points. | ||
double | getTransparency() | |
void | setTransparency(double value) | |
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear). |
Property Getters/Setters Detail |
---|
getCellsColor/setCellsColor | |
public CellsColor getCellsColor() / public void setCellsColor(CellsColor value) |
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value) |
getRadius/setRadius | |
public double getRadius() / public void setRadius(double value) |