Word.Interfaces.BorderUniversalCollectionLoadOptions interface
表示 Word 的集合。BorderUniversal 对象。
属性
| $all | 指定加载选项将 |
| art |
对于集合中的每个项目: 指定文档的图形页面边框设计。 |
| art |
对于集合中的每个项目: 指定属性中 |
| color | For EACH ITEM in the collection: 指定对象的颜色 |
| color |
对于集合中的每个项目: 指定 OR Word 的 |
| inside | For EACH ITEM in the collection: |
| is |
For EACH ITEM in the collection: 指定边框是否可见。 |
| line |
对于集合中的每个项目: 指定边框的线条样式。 |
| line |
For EACH ITEM in the collection: 指定对象边框的线宽。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
artStyle
artWidth
对于集合中的每个项目: 指定属性中 artStyle 指定的图形页面边框) 的点 (的宽度。
artWidth?: boolean;
属性值
boolean
注解
color
For EACH ITEM in the collection: 指定对象的颜色 BorderUniversal 。 可以用“#RRGGBB”格式提供值。
color?: boolean;
属性值
boolean
注解
colorIndex
inside
For EACH ITEM in the collection: true 返回是否可将内部边框应用于指定对象。
inside?: boolean;
属性值
boolean
注解
isVisible
For EACH ITEM in the collection: 指定边框是否可见。
isVisible?: boolean;
属性值
boolean
注解
lineStyle
lineWidth
For EACH ITEM in the collection: 指定对象边框的线宽。
lineWidth?: boolean;
属性值
boolean