PowerPoint.TableCellBorders interface
Represents the borders of a table cell.
Remarks
Properties
bottom | Represents the bottom border. |
diagonal |
Represents the diagonal border (top-left to bottom-right). |
diagonal |
Represents the diagonal border (bottom-left to top-right). |
left | Represents the left border. |
right | Represents the right border. |
top | Represents the top border. |
Property Details
bottom
Represents the bottom border.
bottom?: PowerPoint.BorderProperties;
Property Value
Remarks
diagonalDown
Represents the diagonal border (top-left to bottom-right).
diagonalDown?: PowerPoint.BorderProperties;
Property Value
Remarks
diagonalUp
Represents the diagonal border (bottom-left to top-right).
diagonalUp?: PowerPoint.BorderProperties;
Property Value
Remarks
left
Represents the left border.
left?: PowerPoint.BorderProperties;
Property Value
Remarks
right
Represents the right border.
right?: PowerPoint.BorderProperties;
Property Value
Remarks
top
Represents the top border.
top?: PowerPoint.BorderProperties;