Светится.
Обзор
Glow - класс в Aspose.Slides FOSS для Java. Наследует от: ゚IGlow`, ∂IImageTransformOperation⌒ .
Представляет эффект яркости, поддерживаемый элементом OOXML {@code <a:glow>} .
Свойства
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Represents the glow radius in points |
color | IColorFormat | Read | Represents the IColorFormat of the glow effect |
Методы
| Signature | Description |
|---|---|
Glow(element: Element, saveCallback: Runnable) | Creates a new Glow backed by the given XML element. |
getRadius() → double | Returns the current glow radius |
setRadius(value: double) | |
getColor() → IColorFormat | Returns the IColorFormat defining the glow color |
asIImageTransformOperation() → IImageTransformOperation | {@inheritDoc} |