IPresetShadow

General

IPresetShadow és una interfície en Aspose.Slides FOSS per Java.

Representa un efecte d’ombra predeterminat.

Propietats

NameTypeAccessDescription
directiondoubleReadGets or sets the shadow direction in degrees
distancedoubleReadGets or sets the shadow distance in points
shadowColorIColorFormatReadGets the IColorFormat representing the shadow color
presetPresetShadowTypeReadGets or sets the preset shadow type

Mètodes

SignatureDescription
getDirection()doubleReturns the direction of the shadow in degrees.
setDirection(value: double)Sets the direction of the shadow in degrees.
getDistance()doubleReturns the distance of the shadow in points.
setDistance(value: double)Sets the distance of the shadow in points.
getShadowColor()IColorFormatReturns the shadow color format.
getPreset()PresetShadowTypeReturns the preset shadow type.
setPreset(value: PresetShadowType)Sets the preset shadow type.
 Català