Check If Notes Slides Exist

Introduction

When you add speaker notes to a slide, a Notes slide is created in your PowerPoint presentation. The Notes slide can contain text, shapes, etc. The following methods allow you to check whether a Notes slide associated with a regular slide exists.

Notes slide

NotesSlideExists

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/notesSlide/exist GET Checks whether a Notes slide exists in a presentation saved in a storage. NotesSlideExists

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file saved in the storage.
slideIndex integer query true The 1-based index of a regular slide.
password string header false The password to open the presentation.
folder string query false The folder where the presentation file is located.
storage string query false The storage where the folder is located.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

Check to see if there is a Notes slide associated with the first regular slide in the document MyPresentation.pptx.

cURL Solution

SDK Solutions

NotesSlideExistsOnline

API Information

API Type Description Resource
/slides/slides/{slideIndex}/notesSlide/exist POST Checks whether a Notes slide exists in a presentation saved in a local file. NotesSlideExistsOnline

Request Parameters

Name Type Location Required Description
document file formData true The presentation file.
slideIndex integer query true The 1-based index of a regular slide.
password string header false The password to open the presentation.

SDKs

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