PowerPoint.Interfaces.BordersLoadOptions interface

表示表格单元格的边框。

注解

[ API 集:PowerPointApi 1.9 ]

属性

$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 ]