OuterShadow

General

OuterShadow is a class in Aspose.Slides FOSS for Java. Inherits from: ImageTransformOperation, IOuterShadow.

OuterShadow és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ImageTransformOperation⌒, ∂IOuterShadowヽ .

Representa un efecte d’ombra exterior recolzat per un element OOXML {@code <a:outerShdw>}.

Propietats

NameTypeAccessDescription
blurRadiusdoubleReadRepresents the blur radius of the outer shadow
directiondoubleRead
distancedoubleRead
shadowColorIColorFormatReadRepresents the color format used for the outer shadow
rectangleAlignRectangleAlignmentReadRepresents the rectangle alignment applied to the shadow geometry
skewHorizontaldoubleReadRepresents the horizontal skew factor of the outer shadow
skewVerticaldoubleReadRepresents the vertical skew factor of the outer shadow
rotateShadowWithShapebooleanReadIndicates whether the shadow rotates together with the shape
scaleHorizontaldoubleReadRepresents the horizontal scaling factor applied to the outer shadow
scaleVerticaldoubleReadRepresents the vertical scaling factor applied to the outer shadow

Mètodes

SignatureDescription
OuterShadow()Creates an uninitialized OuterShadow.
OuterShadow(element: Element, saveCallback: Runnable)Creates a new OuterShadow backed by the given XML element.
OuterShadow(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Creates a new OuterShadow backed by the given XML element with a parent slide reference.
initInternal(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Initializes this OuterShadow with the given backing element, save callback, and parent slide.
getBlurRadius()doubleReturns the blur radius of the outer shadow
setBlurRadius(value: double)Sets the blur radius of the outer shadow to the specified value
getDirection()doubleReturns the direction angle of the outer shadow in degrees
setDirection(value: double)Sets the direction angle of the outer shadow in degrees
getDistance()doubleReturns the offset distance of the outer shadow from the shape
setDistance(value: double)Sets the offset distance of the outer shadow from the shape
getShadowColor()IColorFormatReturns the IColorFormat that defines the shadow’s color
getRectangleAlign()RectangleAlignmentReturns the rectangle alignment used for the shadow geometry
setRectangleAlign(value: RectangleAlignment)Sets the rectangle alignment for the shadow geometry
getSkewHorizontal()doubleReturns the horizontal skew factor of the outer shadow
setSkewHorizontal(value: double)Sets the horizontal skew factor of the outer shadow
getSkewVertical()doubleReturns the vertical skew factor of the outer shadow
setSkewVertical(value: double)Sets the vertical skew factor of the outer shadow
getRotateShadowWithShape()boolean
setRotateShadowWithShape(value: boolean)Enables or disables rotating the shadow with the shape
getScaleHorizontal()doubleReturns the horizontal scaling factor of the outer shadow
setScaleHorizontal(value: double)Sets the horizontal scaling factor of the outer shadow
getScaleVertical()doubleReturns the vertical scaling factor of the outer shadow
setScaleVertical(value: double)Sets the vertical scaling factor of the outer shadow
 Català