Word.Interfaces.GlowFormatLoadOptions interface
表示文本区域使用的字体的发光格式。
属性
| $all | 指定加载选项将 |
| color | 返回 |
| radius | 指定发光效果的半径长度。 |
| transparency | 指定发光效果的透明度,其值介于 0.0(不透明 () 到 1.0( (透明) )之间。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
color
返回 ColorFormat 表示发光效果颜色的对象。
color?: Word.Interfaces.ColorFormatLoadOptions;
属性值
注解
radius
transparency
指定发光效果的透明度,其值介于 0.0(不透明 () 到 1.0( (透明) )之间。
transparency?: boolean;
属性值
boolean