Word.Interfaces.TableColumnCollectionLoadOptions interface

属性

$all

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

columnIndex

For EACH ITEM in the collection:返回此列在集合中的位置。

isFirst

对于集合中的每个项目:如果列或行是表false中的第一列或行,则返回true;否则返回。

isLast

对于集合中的每个项目:如果列或行是表false中的最后一个列或行,则返回true;否则返回。

nestingLevel

For EACH ITEM in the collection: 返回列的嵌套级别。

preferredWidth

对于集合中的每个项目:指定首选宽度 (以磅为单位或作为列窗口宽度) 的百分比。 度量单位可由 preferredWidthType 属性指定。

preferredWidthType

对于集合中的每个项目: 指定要用于表列宽度的首选度量单位。

shading

For EACH ITEM in the collection: 返回引用 ShadingUniversal 列的底纹格式的对象。

width

对于集合中的每个项目: 指定列的宽度(以磅为单位)。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

columnIndex

For EACH ITEM in the collection:返回此列在集合中的位置。

columnIndex?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

isFirst

对于集合中的每个项目:如果列或行是表false中的第一列或行,则返回true;否则返回。

isFirst?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

isLast

对于集合中的每个项目:如果列或行是表false中的最后一个列或行,则返回true;否则返回。

isLast?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

nestingLevel

For EACH ITEM in the collection: 返回列的嵌套级别。

nestingLevel?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

preferredWidth

对于集合中的每个项目:指定首选宽度 (以磅为单位或作为列窗口宽度) 的百分比。 度量单位可由 preferredWidthType 属性指定。

preferredWidth?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

preferredWidthType

对于集合中的每个项目: 指定要用于表列宽度的首选度量单位。

preferredWidthType?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3

shading

For EACH ITEM in the collection: 返回引用 ShadingUniversal 列的底纹格式的对象。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

属性值

注解

API 集:WordApiDesktop 1.3

width

对于集合中的每个项目: 指定列的宽度(以磅为单位)。

width?: boolean;

属性值

boolean

注解

API 集:WordApiDesktop 1.3