Word.Interfaces.WindowLoadOptions interface
表示显示文档的窗口。 可以拆分窗口以包含多个阅读窗格。
注解
属性
| $all |
|
| active |
获取窗口中的活动窗格。 |
属性详细信息
$all
$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
activePane
获取窗口中的活动窗格。
activePane?: Word.Interfaces.PaneLoadOptions;