PowerPoint.TableCellMargins 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 margins of a table cell.

Properties

bottom

Specifies the bottom margin in points.

left

Specifies the left margin in points.

right

Specifies the right margin in points.

top

Specifies the top margin in points.

Property Details

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.

Specifies the bottom margin in points.

bottom?: number | undefined;

Property Value

number | undefined

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.

Specifies the left margin in points.

left?: number | undefined;

Property Value

number | undefined

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.

Specifies the right margin in points.

right?: number | undefined;

Property Value

number | undefined

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.

Specifies the top margin in points.

top?: number | undefined;

Property Value

number | undefined

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]