Word.Interfaces.GlowFormatLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns a ColorFormat
object that represents the color for a glow effect.
color?: Word.Interfaces.ColorFormatLoadOptions;
Property Value
Remarks
radius
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the length of the radius for a glow effect.
radius?: boolean;
Property Value
boolean
Remarks
transparency
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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