PowerPoint.Interfaces.BordersLoadOptions interface
表示表格单元格的边框。
属性
| $all | 指定加载选项将 |
| bottom | 获取底部边框。 |
| diagonal |
获取从左上到右下) (对角线边框。 |
| diagonal |
获取左下角到右上) (对角线边框。 |
| left | 获取左边框。 |
| right | 获取右边框。 |
| top | 获取顶部边框。 |
属性详细信息
$all
指定加载选项将 $all 加载所有标量属性 ((如 Range.address) ),但不会加载导航属性 ((如 Range.format.fill.color) )。
$all?: boolean;
属性值
boolean
bottom
获取底部边框。
bottom?: PowerPoint.Interfaces.BorderLoadOptions;
属性值
注解
diagonalDown
获取从左上到右下) (对角线边框。
diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;
属性值
注解
diagonalUp
获取左下角到右上) (对角线边框。
diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;
属性值
注解
left
获取左边框。
left?: PowerPoint.Interfaces.BorderLoadOptions;
属性值
注解
right
获取右边框。
right?: PowerPoint.Interfaces.BorderLoadOptions;
属性值
注解
top
获取顶部边框。
top?: PowerPoint.Interfaces.BorderLoadOptions;