IOuterShadow

General

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

Representa un efecte d’Ombra Exterior.

Propietats

NameTypeAccessDescription
blurRadiusdoubleReadRepresents the blur radius of the outer shadow in points
directiondoubleReadRepresents the shadow direction in degrees
distancedoubleRead
shadowColorIColorFormatReadRepresents the IColorFormat of the shadow’s color
rectangleAlignRectangleAlignmentReadRepresents the RectangleAlignment of the shadow’s rectangle
skewHorizontaldoubleReadRepresents the horizontal skew angle of the shadow in degrees
skewVerticaldoubleReadRepresents the vertical skew angle of the shadow in degrees
rotateShadowWithShapebooleanReadIndicates if the shadow rotates together with the shape
scaleHorizontaldoubleRead
scaleVerticaldoubleRead

Mètodes

SignatureDescription
getBlurRadius()doubleReturns the blur radius in points.
setBlurRadius(value: double)Sets the blur radius in points.
getDirection()doubleReturns the shadow direction in degrees.
setDirection(value: double)Sets the shadow direction in degrees.
getDistance()doubleReturns the shadow distance in points.
setDistance(value: double)Sets the shadow distance in points.
getShadowColor()IColorFormatReturns the shadow color format.
getRectangleAlign()RectangleAlignmentReturns the rectangle alignment.
setRectangleAlign(value: RectangleAlignment)Sets the rectangle alignment.
getSkewHorizontal()doubleReturns the horizontal skew angle in degrees.
setSkewHorizontal(value: double)Sets the horizontal skew angle in degrees.
getSkewVertical()doubleReturns the vertical skew angle in degrees.
setSkewVertical(value: double)Sets the vertical skew angle in degrees.
getRotateShadowWithShape()booleanIndicates whether the shadow rotates together with the shape.
setRotateShadowWithShape(value: boolean)Sets whether the shadow rotates together with the shape.
getScaleHorizontal()doubleReturns the horizontal scaling factor as a percentage.
setScaleHorizontal(value: double)Sets the horizontal scaling factor as a percentage.
getScaleVertical()doubleReturns the vertical scaling factor as a percentage.
setScaleVertical(value: double)Sets the vertical scaling factor as a percentage.
 Català