Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PowerPoint.Interfaces.MarginsData interface
- Package:
- powerpoint
An interface describing the data returned by calling margins.toJSON().
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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
