PowerPoint.Interfaces.BordersLoadOptions interface

表示表格单元格的边框。

属性

$all

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

bottom

获取底部边框。

diagonalDown

获取从左上到右下) (对角线边框。

diagonalUp

获取左下角到右上) (对角线边框。

left

获取左边框。

right

获取右边框。

top

获取顶部边框。

属性详细信息

$all

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

$all?: boolean;

属性值

boolean

bottom

获取底部边框。

bottom?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9

diagonalDown

获取从左上到右下) (对角线边框。

diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9

diagonalUp

获取左下角到右上) (对角线边框。

diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9

left

获取左边框。

left?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9

right

获取右边框。

right?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9

top

获取顶部边框。

top?: PowerPoint.Interfaces.BorderLoadOptions;

属性值

注解

API 集:PowerPointApi 1.9