Edit

Share via


PowerPoint.Interfaces.PageSetupData interface

An interface describing the data returned by calling pageSetup.toJSON().

Properties

slideHeight

Specifies the height of the slides in the presentation, in points.

slideWidth

Specifies the width of the slides in the presentation, in points.

Property Details

slideHeight

Specifies the height of the slides in the presentation, in points.

slideHeight?: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.10 ]

slideWidth

Specifies the width of the slides in the presentation, in points.

slideWidth?: number;

Property Value

number

Remarks

[ API set: PowerPointApi 1.10 ]