Word.Interfaces.BorderCollectionLoadOptions interface
表示边框样式的集合。
属性
| $all | 指定加载选项将 |
| color | For EACH ITEM in the collection: 指定边框的颜色。 颜色以“#RRGGBB”格式或使用颜色名称指定。 |
| location | 对于集合中的每个项目: 获取边框的位置。 |
| type | For EACH ITEM in the collection: 指定边框的边框类型。 |
| visible | For EACH ITEM in the collection: 指定边框是否可见。 |
| width | 对于集合中的每个项目: 指定边框的宽度。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
color
For EACH ITEM in the collection: 指定边框的颜色。 颜色以“#RRGGBB”格式或使用颜色名称指定。
color?: boolean;
属性值
boolean
注解
location
type
visible
For EACH ITEM in the collection: 指定边框是否可见。
visible?: boolean;
属性值
boolean