Edit

Share via


PowerPoint.Interfaces.BordersLoadOptions interface

Represents the borders for a table cell.

Remarks

[ API set: PowerPointApi 1.9 ]

Properties

$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).

bottom

Gets the bottom border.

diagonalDown

Gets the diagonal border (top-left to bottom-right).

diagonalUp

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

[ API set: PowerPointApi 1.9 ]

diagonalDown

Gets the diagonal border (top-left to bottom-right).

diagonalDown?: PowerPoint.Interfaces.BorderLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

diagonalUp

Gets the diagonal border (bottom-left to top-right).

diagonalUp?: PowerPoint.Interfaces.BorderLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

left

Gets the left border.

left?: PowerPoint.Interfaces.BorderLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

right

Gets the right border.

right?: PowerPoint.Interfaces.BorderLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]

top

Gets the top border.

top?: PowerPoint.Interfaces.BorderLoadOptions;

Property Value

Remarks

[ API set: PowerPointApi 1.9 ]