Delete Interactive Sequences

Introduction

Aspose.Slides Cloud API allows you to read, add, and modify animations in PowerPoint presentations. You can also delete animations from special slides (Master, Layout, or Notes) in presentations using the following methods.

DeleteSpecialSlideAnimationInteractiveSequences

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation/interactiveSequences DELETE Deletes all interactive animation sequences from a special slide in a presentation saved in a storage. DeleteSpecialSlideAnimationInteractiveSequences

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.
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.

DeleteSpecialSlideAnimationInteractiveSequence

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation/interactiveSequences/{sequenceIndex} DELETE Deletes an interactive animation sequence from a special slide in a presentation saved in a storage. DeleteSpecialSlideAnimationInteractiveSequence

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.
sequenceIndex integer path true The 1-based index of an interactive sequence to be deleted.
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.

Example

The document MyPresentation.pptx saved in the default storage contains a main sequence with an animation effect and two interactive animation sequences on the Layout of the first slide. Delete the second interactive sequence.

cURL Solution

SDK Solutions

SDKs

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