Word.Interfaces.GlowFormatData interface
一个描述通过调用 glowFormat.toJSON()返回的数据的接口。
属性
| color | 返回 |
| radius | 指定发光效果的半径长度。 |
| transparency | 指定发光效果的透明度,其值介于 0.0(不透明 () 到 1.0( (透明) )之间。 |
属性详细信息
color
返回 ColorFormat 表示发光效果颜色的对象。
color?: Word.Interfaces.ColorFormatData;
属性值
注解
radius
transparency
指定发光效果的透明度,其值介于 0.0(不透明 () 到 1.0( (透明) )之间。
transparency?: number;
属性值
number