Edit

Share via


PowerPoint.Interfaces.MarginsLoadOptions interface

Represents the margins of 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

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

$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

Specifies the bottom margin in points.

bottom?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

left

Specifies the left margin in points.

left?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

right

Specifies the right margin in points.

right?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]

top

Specifies the top margin in points.

top?: boolean;

Property Value

boolean

Remarks

[ API set: PowerPointApi 1.9 ]