Word.Interfaces.GlowFormatData interface    
An interface describing the data returned by calling glowFormat.toJSON().
Properties
| color | Returns a   | 
| 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
radius
Specifies the length of the radius for a glow effect.
radius?: number;
				Property Value
number
Remarks
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