Word.Interfaces.TableStyleLoadOptions interface

表示 TableStyle 对象。

注解

[ API 集:WordApi 1.6 ]

属性

$all

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

bottomCellMargin

指定要在内容和单元格底部边框之间添加的空间量。

cellSpacing

指定表格样式中单元格之间的间距 () 磅。

leftCellMargin

指定要在内容和单元格的左边框之间添加的空间量。

rightCellMargin

指定要在内容和单元格的右边框之间添加的空间量。

topCellMargin

指定要在内容和单元格上边框之间添加的空间量。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

bottomCellMargin

指定要在内容和单元格底部边框之间添加的空间量。

bottomCellMargin?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.6 ]

cellSpacing

指定表格样式中单元格之间的间距 () 磅。

cellSpacing?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.6 ]

leftCellMargin

指定要在内容和单元格的左边框之间添加的空间量。

leftCellMargin?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.6 ]

rightCellMargin

指定要在内容和单元格的右边框之间添加的空间量。

rightCellMargin?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.6 ]

topCellMargin

指定要在内容和单元格上边框之间添加的空间量。

topCellMargin?: boolean;

属性值

boolean

注解

[ API 集:WordApi 1.6 ]