Word.Interfaces.CoauthoringLockCollectionLoadOptions interface

表示Word文档中共同创作锁的集合。

注解

[ API 集:WordApiDesktop 1.4 ]

属性

$all

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

owner

对于集合中的每个项:获取锁的所有者。

range

对于集合中的每个项:获取一个 Range 对象,该对象表示对象中包含的 CoauthoringLock 文档部分。

type

对于集合中的每个项:获取一个 CoauthoringLockType 表示锁类型的值。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

owner

对于集合中的每个项:获取锁的所有者。

owner?: Word.Interfaces.CoauthorLoadOptions;

属性值

注解

[ API 集:WordApiDesktop 1.4 ]

range

对于集合中的每个项:获取一个 Range 对象,该对象表示对象中包含的 CoauthoringLock 文档部分。

range?: Word.Interfaces.RangeLoadOptions;

属性值

注解

[ API 集:WordApiDesktop 1.4 ]

type

对于集合中的每个项:获取一个 CoauthoringLockType 表示锁类型的值。

type?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.4 ]