Glow

Přehled

Glow is a class in Aspose.Slides FOSS for Java. Inherits from: IGlow, IImageTransformOperation.

Glow je třída v Aspose.Slides FOSS pro Java. Zdědila od: ゚IGlow`, ⌒IImageTransformOperationヽ .

Zobrazuje efekt záře podporovaný prvkem OOXML {@code <a:glow>} .

Vlastnosti

NameTypeAccessDescription
radiusdoubleReadRepresents the glow radius in points
colorIColorFormatReadRepresents the IColorFormat of the glow effect

Metody

SignatureDescription
Glow(element: Element, saveCallback: Runnable)Creates a new Glow backed by the given XML element.
getRadius()doubleReturns the current glow radius
setRadius(value: double)
getColor()IColorFormatReturns the IColorFormat defining the glow color
asIImageTransformOperation()IImageTransformOperation{@inheritDoc}
 Čeština