Word.Interfaces.FrameCollectionLoadOptions interface

表示 Word 的集合。帧对象。

属性

$all

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

height

对于集合中的每个项目: 指定框架) 的高度 ((以点为单位)。

heightRule

For EACH ITEM in the collection: 指定一个 FrameSizeRule 值,该值表示用于确定框架高度的规则。

horizontalDistanceFromText

对于集合中的每个项目: 指定框架与周围文本之间的水平距离(以磅为单位)。

horizontalPosition

For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeHorizontalPosition 项目之间的水平距离。

lockAnchor

For EACH ITEM in the collection: 指定框架是否已锁定。

range

对于集合中的每个项目:返回表示 Range 框架内包含的文档部分的对象。

relativeHorizontalPosition

对于集合中的每个项目: 指定框架的相对水平位置。

relativeVerticalPosition

对于集合中的每个项目: 指定框架的相对垂直位置。

shading

For EACH ITEM in the collection: 返回一个 ShadingUniversal 对象,该对象引用帧的着色格式。

textWrap

For EACH ITEM in the collection: 指定文档文本是否环绕框架。

verticalDistanceFromText

对于集合中的每个项目: 指定框架与周围文本之间) 的点 (垂直距离。

verticalPosition

For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeVerticalPosition 项目之间的垂直距离。

width

For EACH ITEM in the collection: 指定宽度 ((以帧) 的点为单位)。

widthRule

对于集合中的每个项目: 指定用于确定帧宽度的规则。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

height

对于集合中的每个项目: 指定框架) 的高度 ((以点为单位)。

height?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

heightRule

For EACH ITEM in the collection: 指定一个 FrameSizeRule 值,该值表示用于确定框架高度的规则。

heightRule?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

horizontalDistanceFromText

对于集合中的每个项目: 指定框架与周围文本之间的水平距离(以磅为单位)。

horizontalDistanceFromText?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

horizontalPosition

For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeHorizontalPosition 项目之间的水平距离。

horizontalPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

lockAnchor

For EACH ITEM in the collection: 指定框架是否已锁定。

lockAnchor?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

range

对于集合中的每个项目:返回表示 Range 框架内包含的文档部分的对象。

range?: Word.Interfaces.RangeLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.3

relativeHorizontalPosition

对于集合中的每个项目: 指定框架的相对水平位置。

relativeHorizontalPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

relativeVerticalPosition

对于集合中的每个项目: 指定框架的相对垂直位置。

relativeVerticalPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

shading

For EACH ITEM in the collection: 返回一个 ShadingUniversal 对象,该对象引用帧的着色格式。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.3

textWrap

For EACH ITEM in the collection: 指定文档文本是否环绕框架。

textWrap?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

verticalDistanceFromText

对于集合中的每个项目: 指定框架与周围文本之间) 的点 (垂直距离。

verticalDistanceFromText?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

verticalPosition

For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeVerticalPosition 项目之间的垂直距离。

verticalPosition?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

width

For EACH ITEM in the collection: 指定宽度 ((以帧) 的点为单位)。

width?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

widthRule

对于集合中的每个项目: 指定用于确定帧宽度的规则。

widthRule?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3