IPresetShadow
General
IPresetShadow és una interfície en Aspose.Slides FOSS per Java.
Representa un efecte d’ombra predeterminat.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
direction | double | Read | Gets or sets the shadow direction in degrees |
distance | double | Read | Gets or sets the shadow distance in points |
shadowColor | IColorFormat | Read | Gets the IColorFormat representing the shadow color |
preset | PresetShadowType | Read | Gets or sets the preset shadow type |
Mètodes
| Signature | Description |
|---|---|
getDirection() → double | Returns the direction of the shadow in degrees. |
setDirection(value: double) | Sets the direction of the shadow in degrees. |
getDistance() → double | Returns the distance of the shadow in points. |
setDistance(value: double) | Sets the distance of the shadow in points. |
getShadowColor() → IColorFormat | Returns the shadow color format. |
getPreset() → PresetShadowType | Returns the preset shadow type. |
setPreset(value: PresetShadowType) | Sets the preset shadow type. |