Word.Interfaces.BorderLoadOptions interface
表示 Border 文本、段落或表格的对象。
注解
属性
| $all |
|
| color | 指定边框的颜色。 颜色以“#RRGGBB”格式或使用颜色名称指定。 |
| location | 获取边框的位置。 |
| type | 指定边框的边框类型。 |
| visible | 指定边框是否可见。 |
| width | 指定边框的宽度。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean