Word.Interfaces.FrameCollectionLoadOptions interface
表示 Word 的集合。帧对象。
属性
| $all | 指定加载选项将 |
| height | 对于集合中的每个项目: 指定框架) 的高度 ((以点为单位)。 |
| height |
For EACH ITEM in the collection: 指定一个 |
| horizontal |
对于集合中的每个项目: 指定框架与周围文本之间的水平距离(以磅为单位)。 |
| horizontal |
For EACH ITEM in the collection: 指定框架边缘与属性指定 |
| lock |
For EACH ITEM in the collection: 指定框架是否已锁定。 |
| range | 对于集合中的每个项目:返回表示 |
| relative |
对于集合中的每个项目: 指定框架的相对水平位置。 |
| relative |
对于集合中的每个项目: 指定框架的相对垂直位置。 |
| shading | For EACH ITEM in the collection: 返回一个 |
| text |
For EACH ITEM in the collection: 指定文档文本是否环绕框架。 |
| vertical |
对于集合中的每个项目: 指定框架与周围文本之间) 的点 (垂直距离。 |
| vertical |
For EACH ITEM in the collection: 指定框架边缘与属性指定 |
| width | For EACH ITEM in the collection: 指定宽度 ((以帧) 的点为单位)。 |
| width |
对于集合中的每个项目: 指定用于确定帧宽度的规则。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
height
heightRule
For EACH ITEM in the collection: 指定一个 FrameSizeRule 值,该值表示用于确定框架高度的规则。
heightRule?: boolean;
属性值
boolean
注解
horizontalDistanceFromText
对于集合中的每个项目: 指定框架与周围文本之间的水平距离(以磅为单位)。
horizontalDistanceFromText?: boolean;
属性值
boolean
注解
horizontalPosition
For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeHorizontalPosition 项目之间的水平距离。
horizontalPosition?: boolean;
属性值
boolean
注解
lockAnchor
For EACH ITEM in the collection: 指定框架是否已锁定。
lockAnchor?: boolean;
属性值
boolean
注解
range
对于集合中的每个项目:返回表示 Range 框架内包含的文档部分的对象。
range?: Word.Interfaces.RangeLoadOptions;
属性值
注解
relativeHorizontalPosition
对于集合中的每个项目: 指定框架的相对水平位置。
relativeHorizontalPosition?: boolean;
属性值
boolean
注解
relativeVerticalPosition
对于集合中的每个项目: 指定框架的相对垂直位置。
relativeVerticalPosition?: boolean;
属性值
boolean
注解
shading
For EACH ITEM in the collection: 返回一个 ShadingUniversal 对象,该对象引用帧的着色格式。
shading?: Word.Interfaces.ShadingUniversalLoadOptions;
属性值
注解
textWrap
For EACH ITEM in the collection: 指定文档文本是否环绕框架。
textWrap?: boolean;
属性值
boolean
注解
verticalDistanceFromText
对于集合中的每个项目: 指定框架与周围文本之间) 的点 (垂直距离。
verticalDistanceFromText?: boolean;
属性值
boolean
注解
verticalPosition
For EACH ITEM in the collection: 指定框架边缘与属性指定 relativeVerticalPosition 项目之间的垂直距离。
verticalPosition?: boolean;
属性值
boolean
注解
width
For EACH ITEM in the collection: 指定宽度 ((以帧) 的点为单位)。
width?: boolean;
属性值
boolean