IOuterShadow — Aspose.Slides FOSS Java API Reference

IOuterShadow — Represents an Outer Shadow effect.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
blurRadiusdoubleRead/Write
directiondoubleRead/Write
distancedoubleRead/Write
shadowColorIColorFormatRead/Write
rectangleAlignRectangleAlignmentRead/Write
skewHorizontaldoubleRead/Write
skewVerticaldoubleRead/Write
rotateShadowWithShapebooleanRead/Write
scaleHorizontaldoubleRead/Write
scaleVerticaldoubleRead/Write

Methods

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

See Also