Read Animation Properties

Introduction

Animations can be applied to various elements such as text, images, shapes, tables, SmartArt graphics, and more within PowerPoint presentations. Aspose.Slides Cloud enables the retrieval of animation details for these objects. Use the following method to extract animations from special slides (Master, Layout, or Notes) in presentations.

GetSpecialSlideAnimation

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation GET Reads animations from a special slide in a presentation saved in a storage. GetSpecialSlideAnimation

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 a regular slide.
slideType SpecialSlideType path true The type of a special slide.
shapeIndex integer query false The 1-based index of a shape. If specified, only effects related to that shape are returned.
paragraphIndex integer query false The 1-based index of a text paragraph.
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

Read animations from the Layout of the first regular slide contained in MyPresentation.pptx document saved in the default storage.

cURL Solution

SDK Solutions

SDKs

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