Edit

Share via


Word.Interfaces.GlowFormatLoadOptions interface

Represents the glow formatting for the font used by the range of text.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

$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).

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

$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

[ API set: WordApiDesktop 1.3 ]

radius

Specifies the length of the radius for a glow effect.

radius?: boolean;

Property Value

boolean

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?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]