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;