Word.Interfaces.TableColumnCollectionLoadOptions interface
属性
| $all | 指定加载选项将 |
| column |
For EACH ITEM in the collection:返回此列在集合中的位置。 |
| is |
对于集合中的每个项目:如果列或行是表 |
| is |
对于集合中的每个项目:如果列或行是表 |
| nesting |
For EACH ITEM in the collection: 返回列的嵌套级别。 |
| preferred |
对于集合中的每个项目:指定首选宽度 (以磅为单位或作为列窗口宽度) 的百分比。 度量单位可由 |
| preferred |
对于集合中的每个项目: 指定要用于表列宽度的首选度量单位。 |
| shading | For EACH ITEM in the collection: 返回引用 |
| width | 对于集合中的每个项目: 指定列的宽度(以磅为单位)。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
columnIndex
For EACH ITEM in the collection:返回此列在集合中的位置。
columnIndex?: boolean;
属性值
boolean
注解
isFirst
对于集合中的每个项目:如果列或行是表false中的第一列或行,则返回true;否则返回。
isFirst?: boolean;
属性值
boolean
注解
isLast
对于集合中的每个项目:如果列或行是表false中的最后一个列或行,则返回true;否则返回。
isLast?: boolean;
属性值
boolean
注解
nestingLevel
For EACH ITEM in the collection: 返回列的嵌套级别。
nestingLevel?: boolean;
属性值
boolean
注解
preferredWidth
对于集合中的每个项目:指定首选宽度 (以磅为单位或作为列窗口宽度) 的百分比。 度量单位可由 preferredWidthType 属性指定。
preferredWidth?: boolean;
属性值
boolean
注解
preferredWidthType
shading
For EACH ITEM in the collection: 返回引用 ShadingUniversal 列的底纹格式的对象。
shading?: Word.Interfaces.ShadingUniversalLoadOptions;