Edit

Share via


Word.Interfaces.GlowFormatUpdateData interface

An interface for updating data on the GlowFormat object, for use in glowFormat.set({ ... }).

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.ColorFormatUpdateData;

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 ]