Edit

Share via


PowerPoint.Interfaces.PageSetupUpdateData interface

An interface for updating data on the PageSetup object, for use in pageSetup.set({ ... }).

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

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

slideHeight?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

slideWidth

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

slideWidth?: number;

Property Value

number

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]