Word.Interfaces.GlowFormatLoadOptions interface
Represents the glow formatting for the font used by the range of text.
Remarks
Properties
| $all | Specifying |
| 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
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
color
Returns a ColorFormat object that represents the color for a glow effect.
color?: Word.Interfaces.ColorFormatLoadOptions;
Property Value
Remarks
radius
Specifies the length of the radius for a glow effect.
radius?: boolean;
Property Value
boolean
Remarks
transparency
Specifies the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear).
transparency?: boolean;
Property Value
boolean