Word.Interfaces.PaneCollectionLoadOptions interface

表示Word的集合。窗格对象。

注解

[ API 集:WordApiDesktop 1.2 ]

属性

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

selection

对于集合中的每个项:返回一个 Selection 对象,该对象代表窗格中的当前选定内容。

属性详细信息

$all

$all为加载选项指定将加载所有标量属性 ((例如Range.address) ,但不加载导航属性 (如 Range.format.fill.color) )。

$all?: boolean;

属性值

boolean

selection

对于集合中的每个项:返回一个 Selection 对象,该对象代表窗格中的当前选定内容。

selection?: Word.Interfaces.SelectionLoadOptions;

属性值

注解

[ API 集:WordApiDesktop 1.4 ]