IInnerShadow
General
IInnerShadow és una interfície en Aspose.Slides FOSS per Java.
Representa un efecte d’ombra interior aplicat a una forma.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read | Represents the inner shadow blur radius in points |
direction | double | Read | |
distance | double | Read | |
shadowColor | IColorFormat | Read | Represents the inner shadow color format |
Mètodes
| Signature | Description |
|---|---|
getBlurRadius() → double | Returns the blur radius in points. |
setBlurRadius(value: double) | Sets the blur radius in points. |
getDirection() → double | Returns the shadow direction in degrees. |
setDirection(value: double) | Sets the shadow direction in degrees. |
getDistance() → double | Returns the shadow distance in points. |
setDistance(value: double) | Sets the shadow distance in points. |
getShadowColor() → IColorFormat | Returns the shadow color format. |