Working with Slide Show Properties

Introduction

In PowerPoint presentations, Slide Show settings allow you to manage various aspects of your presentation, from automation to audience interaction. The main options and features are slide show type, start and end of slides, show animation, play narrations, show media controls, use timings, and others. Use the following methods to get and update the slide show properties of a presentation.

GetSlideShowProperties

API Information

API Type Description Resource
/slides/{name}/slideShowProperties GET Returns the slide show properties from a presentation saved in a storage. GetSlideShowProperties

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation file.
storage string query false The name of the storage contaning the folder.

Examples

Retrieve the slide show properties from the document MyPresentation.pptx saved in the default storage.

cURL Solution

SDK Solutions

SetSlideShowProperties

API Information

API Type Description Resource
/slides/{name}/slideShowProperties PUT Updates the slide show properties in a presentation saved in a storage. SetSlideShowProperties

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
dto SlideShowProperties body true The data transfer object with the slide show properties.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation file.
storage string query false The name of the storage contaning the folder.

Examples

The default storage contains the document MyPresentation.pptx. Change the following slide show properties:

  • set Loop continuously until ‘Esc’
  • reset Use Timings
  • set Show type to Browsed by an individual

cURL Solution

SDK Solutions

The result:

Show properties

SDKs

Check Available SDKs to learn how to add an SDK to your project.