Edit

Share via


Word.Interfaces.GlowFormatData interface

An interface describing the data returned by calling glowFormat.toJSON().

Properties

color

Returns a ColorFormat object that represents the color for a glow effect.

radius

Specifies the length of the radius for a glow effect.

transparency

Specifies the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear).

Property Details

color

Returns a ColorFormat object that represents the color for a glow effect.

color?: Word.Interfaces.ColorFormatData;

Property Value

Remarks

[ API set: WordApiDesktop 1.3 ]

radius

Specifies the length of the radius for a glow effect.

radius?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.3 ]

transparency

Specifies the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear).

transparency?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.3 ]