Glow (bercahaya)

Pengamatan umum

Glow adalah kelas di Aspose.Slides FOSS untuk Java. Warisan dari: ゚IGlow`, ⌒IImageTransformOperationヽ .

Menampilkan efek cahaya yang didukung oleh elemen OOXML {@code <a:glow>} .

Sifat-sifatnya

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

Metode-metode yang digunakan

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}
 Bahasa Indonesia