Word.Interfaces.TableColumnLoadOptions interface

表示Word文档中的表格列。

注解

[ API 集:WordApiDesktop 1.3 ]

属性

$all

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

columnIndex

返回此列在集合中的位置。

isFirst

true如果列或行是表中的第一个列或行,则返回 ;false否则返回 。

isLast

true如果列或行是表中的最后一行,则返回 ;false否则返回 。

nestingLevel

返回列的嵌套级别。

preferredWidth

指定首选宽度 ((以磅为单位),或者指定列) 窗口宽度的百分比。 度量单位可由 属性指定 preferredWidthType

preferredWidthType

指定要用于表列宽度的首选度量单位。

shading

返回一个 ShadingUniversal 对象,该对象引用列的底纹格式。

width

指定列的宽度(以磅为单位)。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

columnIndex

返回此列在集合中的位置。

columnIndex?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.3 ]

isFirst

true如果列或行是表中的第一个列或行,则返回 ;false否则返回 。

isFirst?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.3 ]

isLast

true如果列或行是表中的最后一行,则返回 ;false否则返回 。

isLast?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.3 ]

nestingLevel

返回列的嵌套级别。

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

返回一个 ShadingUniversal 对象,该对象引用列的底纹格式。

shading?: Word.Interfaces.ShadingUniversalLoadOptions;

属性值

注解

[ API 集:WordApiDesktop 1.3 ]

width

指定列的宽度(以磅为单位)。

width?: boolean;

属性值

boolean

注解

[ API 集:WordApiDesktop 1.3 ]