PowerPoint.Interfaces.MarginsLoadOptions interface
Represents the margins of a table cell.
Remarks
Properties
| $all | Specifying |
| 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
left
Specifies the left margin in points.
left?: boolean;
Property Value
boolean
Remarks
right
Specifies the right margin in points.
right?: boolean;
Property Value
boolean
Remarks
top
Specifies the top margin in points.
top?: boolean;
Property Value
boolean