Read Information about Layout Slides

Introduction

Slide layouts contain formatting, positioning, and placeholder boxes for all of the content that appears on a slide. The following method allows you to read information of all layout slides from a PowerPoint presentation.

GetLayoutSlides

API Information

API Type Description Resource
/slides/{name}/layoutSlides GET Reads information of layout slides from a presentation. GetLayoutSlides

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.
storage string query false The name of the storage contaning the folder.

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

Examples

Read titles of layout slides from the document MyFolder/MyPresentation.pptx saved to the default storage.

cURL Solution

SDK Solutions

SDKs

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