PowerPoint.Interfaces.BordersLoadOptions interface
Represents the borders for a table cell.
Remarks
Properties
| $all | Specifying |
| bottom | Gets the bottom border. |
| diagonal |
Gets the diagonal border (top-left to bottom-right). |
| diagonal |
Gets the diagonal border (bottom-left to top-right). |
| left | Gets the left border. |
| right | Gets the right border. |
| top | Gets the top border. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
bottom
Gets the bottom border.
bottom?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
diagonalDown
Gets the diagonal border (top-left to bottom-right).
diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
diagonalUp
Gets the diagonal border (bottom-left to top-right).
diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
left
Gets the left border.
left?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
right
Gets the right border.
right?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
top
Gets the top border.
top?: PowerPoint.Interfaces.BorderLoadOptions;