Edit

Share via


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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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;

Property Value

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]