Read Information about a Master Slide

Introduction

Aspose.Slides Cloud API allows you to read information of a master slide from a PowerPoint presentation. With the following method, you can read the slide name, layout slides of the master slide, depending slides, etc.

GetMasterSlide

API Information

API Type Description Resource
/slides/{name}/masterSlides/{slideIndex} GET Reads information of a master slide from a presentation. GetMasterSlide

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of the master slide.
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 the name of the second master slide and titles of the layout slides depending on the master slide 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.