java.lang.Object
com.aspose.cells.ShadowEffect
public class ShadowEffect
- extends java.lang.Object
This class specifies the shadow effect of the chart element or shape.
Property Getters/Setters Detail |
getPresetType/setPresetType | |
public int getPresetType() / public void setPresetType(int value)
|
-
Gets and sets the preset shadow type of the shadow.
The value of the property is PresetShadowType integer constant.
-
Gets and sets the color of the shadow.
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value)
|
-
Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
getSize/setSize | |
public double getSize() / public void setSize(double value)
|
-
Gets and sets the size of the shadow. Range from 0 to 2.0.
Meaningless in inner shadow.
getBlur/setBlur | |
public double getBlur() / public void setBlur(double value)
|
-
Gets and sets the blur of the shadow. Range from 0 to 100 points.
getAngle/setAngle | |
public double getAngle() / public void setAngle(double value)
|
-
Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
getDistance/setDistance | |
public double getDistance() / public void setDistance(double value)
|
-
Gets and sets the distance of the shadow. Range from 0 to 200 points.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.