PowerPoint.Interfaces.MarginsUpdateData interface     
An interface for updating data on the Margins object, for use in margins.set({ ... }).
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
Specifies the bottom margin in points.
bottom?: number | undefined;Property Value
number | undefined
Remarks
left
Specifies the left margin in points.
left?: number | undefined;Property Value
number | undefined
Remarks
right
Specifies the right margin in points.
right?: number | undefined;Property Value
number | undefined
Remarks
top
Specifies the top margin in points.
top?: number | undefined;Property Value
number | undefined