InnerShadow

General

InnerShadow is a class in Aspose.Slides FOSS for Java. Inherits from: IInnerShadow, ISlideComponent.

InnerShadow és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IInnerShadow⌒, ∂ISlideComponent}⌒ .

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

Propietats

NameTypeAccessDescription
blurRadiusdoubleReadIs the blur radius of the inner shadow
directiondoubleRead
distancedoubleRead
shadowColorIColorFormatReadIs the IColorFormat defining the inner shadow color
slideIBaseSlideReadIs the parent slide of the inner shadow
presentationIPresentationReadIs the presentation that contains the inner shadow

Mètodes

SignatureDescription
InnerShadow(element: Element, saveCallback: Runnable)Creates a new InnerShadow backed by the given XML element.
InnerShadow(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide)Creates a new InnerShadow backed by the given XML element with a parent slide reference.
getBlurRadius()doubleReturns the blur radius of the inner shadow
setBlurRadius(value: double)Sets the blur radius of the inner shadow
getDirection()doubleReturns the direction angle of the inner shadow
setDirection(value: double)Sets the direction angle of the inner shadow
getDistance()doubleReturns the offset distance of the inner shadow
setDistance(value: double)Sets the offset distance of the inner shadow
getShadowColor()IColorFormat
getSlide()IBaseSlideReturns the slide that owns this inner shadow
asIPresentationComponent()IPresentationComponentCasts the inner shadow to an IPresentationComponent
asIImageTransformOperation()IImageTransformOperationCasts the inner shadow to an IImageTransformOperation
getPresentation()IPresentationReturns the presentation containing this inner shadow
 Català