Word.Interfaces.TabStopLoadOptions interface
表示 Word 文档中的制表位。
属性
| $all | 指定加载选项将 |
| alignment | 获取表示 |
| custom |
获取此制表位是否为自定义制表位。 |
| leader | 获取表示 |
| next | 获取集合中的下一个制表位。 |
| position | 获取制表位相对于左边距的位置。 |
| previous | 获取集合中的上一个制表位。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
alignment
customTab
leader
next
获取集合中的下一个制表位。
next?: Word.Interfaces.TabStopLoadOptions;
属性值
注解
position
previous
获取集合中的上一个制表位。
previous?: Word.Interfaces.TabStopLoadOptions;