PowerPoint.Interfaces.BordersLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the bottom border.
bottom?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
diagonalDown
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the diagonal border (top-left to bottom-right).
diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
diagonalUp
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the diagonal border (bottom-left to top-right).
diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
left
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the left border.
left?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
right
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the right border.
right?: PowerPoint.Interfaces.BorderLoadOptions;
Property Value
Remarks
top
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the top border.
top?: PowerPoint.Interfaces.BorderLoadOptions;